Merge pull request #4970 from mharis/patch-1
Missing hook details for new rating after title
This commit is contained in:
commit
2a06f28447
|
@ -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' ); ?>
|
||||
|
|
Loading…
Reference in New Issue