woocommerce_product_taxonomy_archive_header()WC 1.0

Output the products header on taxonomy archives.

No Hooks.

Returns

null. Nothing (null).

Usage

woocommerce_product_taxonomy_archive_header();

woocommerce_product_taxonomy_archive_header() code WC 9.8.4

function woocommerce_product_taxonomy_archive_header() {
	wc_get_template( 'loop/header.php' );
}