Merge pull request #26111 from AmeenJalali/issue_25996
Edit wrong hooked function, issue #25996
This commit is contained in:
commit
5fb20b5168
|
@ -22,7 +22,7 @@ global $product;
|
|||
/**
|
||||
* Hook: woocommerce_before_single_product.
|
||||
*
|
||||
* @hooked wc_print_notices - 10
|
||||
* @hooked woocommerce_output_all_notices - 10
|
||||
*/
|
||||
do_action( 'woocommerce_before_single_product' );
|
||||
|
||||
|
|
Loading…
Reference in New Issue