>

'product_cat', 'fields' => 'id=>name', 'parent' => 0, 'hide_empty' => true ); $categories = get_terms( apply_filters( 'botiga_shop_page_header_cats_query_args', $args ) ); if( count( $categories ) > 0 ) : ?>
$cat_name ) { $cat_link = get_term_link( $cat_id ); echo ''. esc_html( $cat_name ) . esc_html( apply_filters( 'botiga_shop_page_header_category_inner_item_after_name', '', $cat_id ) ) .''; } ?>
get_queried_object() ); $args = array( 'taxonomy' => 'product_cat', 'parent' => $category->term_id, 'fields' => 'id=>name', 'hide_empty' => true ); $categories = get_terms( apply_filters( 'botiga_shop_page_header_sub_cats_query_args', $args ) ); if( count( $categories ) > 0 ) : ?>
$cat_name ) { $cat_link = get_term_link( $cat_id ); echo ''. esc_html( $cat_name ) . esc_html( apply_filters( 'botiga_shop_page_header_category_inner_item_after_name', '', $cat_id ) ) .''; } ?>