hook comments

This commit is contained in:
Nicola Mustone 2015-03-18 11:03:52 +01:00
parent 9b26bafa78
commit 21f63d56aa
1 changed files with 9 additions and 1 deletions

View File

@ -31,7 +31,15 @@ get_header( 'shop' ); ?>
<?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() ) : ?>