%3$s', tag_escape( $title_html_tag ), botiga_schema( 'headline', false ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped esc_html( woocommerce_page_title( false ) ) ); } if( ( $shop_page_description && ( is_shop() || is_product_category() || is_product_tag() || is_product_taxonomy() ) ) || !is_shop() && !is_product_category() && !is_product_tag() && !is_product_taxonomy() ) { woocommerce_taxonomy_archive_description(); woocommerce_product_archive_description(); } if( $shop_archive_header_style_show_categories ) { botiga_shop_page_header_category_links(); } if( $shop_archive_header_style_show_sub_categories ) { botiga_shop_page_header_sub_category_links(); } ?>
'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 ) ) .''; } ?>