Merge pull request #26111 from AmeenJalali/issue_25996

Edit wrong hooked function, issue #25996
This commit is contained in:
Christopher Allford 2020-05-11 19:53:22 -07:00 committed by GitHub
commit 5fb20b5168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' );