hook comments
This commit is contained in:
parent
9b26bafa78
commit
21f63d56aa
|
@ -31,7 +31,15 @@ get_header( 'shop' ); ?>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php do_action( 'woocommerce_archive_description' ); ?>
|
<?php
|
||||||
|
/**
|
||||||
|
* woocommerce_archive_description hook
|
||||||
|
*
|
||||||
|
* @hooked woocommerce_taxonomy_archive_description - 10
|
||||||
|
* @hooked woocommerce_product_archive_description - 10
|
||||||
|
*/
|
||||||
|
do_action( 'woocommerce_archive_description' );
|
||||||
|
?>
|
||||||
|
|
||||||
<?php if ( have_posts() ) : ?>
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue