Hook in subcats
This commit is contained in:
parent
3c36ab0517
commit
8bdff47133
|
@ -66,6 +66,11 @@ add_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 );
|
||||||
add_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
|
add_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
|
||||||
add_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );
|
add_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Product loop start.
|
||||||
|
*/
|
||||||
|
add_filter( 'woocommerce_product_loop_start', 'woocommerce_maybe_show_product_subcategories' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Products Loop.
|
* Products Loop.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue