Merge pull request #7757 from SiR-DanieL/patch-6

Adde hook comments
This commit is contained in:
Mike Jolley 2015-03-18 10:29:04 +00:00
commit 41c04d8390
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() ) : ?>