update inline documentation in content-product.php and content-single-product.php
This commit is contained in:
parent
5efb976035
commit
78504f5373
|
@ -56,7 +56,8 @@ if ( 0 == $woocommerce_loop['loop'] % $woocommerce_loop['columns'] )
|
|||
<?php
|
||||
/**
|
||||
* woocommerce_after_shop_loop_item_title hook
|
||||
*
|
||||
*
|
||||
* @hooked woocommerce_template_loop_rating - 5
|
||||
* @hooked woocommerce_template_loop_price - 10
|
||||
*/
|
||||
do_action( 'woocommerce_after_shop_loop_item_title' );
|
||||
|
|
|
@ -30,7 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|||
|
||||
<?php
|
||||
/**
|
||||
* woocommerce_show_product_images hook
|
||||
* woocommerce_before_single_product_summary hook
|
||||
*
|
||||
* @hooked woocommerce_show_product_sale_flash - 10
|
||||
* @hooked woocommerce_show_product_images - 20
|
||||
|
|
Loading…
Reference in New Issue