Merge pull request #4970 from mharis/patch-1

Missing hook details for new rating after title
This commit is contained in:
Mike Jolley 2014-02-27 11:44:22 +00:00
commit 2a06f28447
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
* woocommerce_single_product_summary hook
*
* @hooked woocommerce_template_single_title - 5
* @hooked woocommerce_template_single_rating - 10
* @hooked woocommerce_template_single_price - 10
* @hooked woocommerce_template_single_excerpt - 20
* @hooked woocommerce_template_single_add_to_cart - 30
@ -70,4 +71,4 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
</div><!-- #product-<?php the_ID(); ?> -->
<?php do_action( 'woocommerce_after_single_product' ); ?>
<?php do_action( 'woocommerce_after_single_product' ); ?>