own shop

‘product_cat’,
‘hide_empty’ => true,
]);
if (!empty($terms) && !is_wp_error($terms)) {
foreach ($terms as $term) {
echo ‘‘ . esc_html($term->name) . ‘‘;
}
}
?>

Scroll to Top