Update terms.php (#20376)

Edited comment to reflect the name of the function that is actually hooked.
This commit is contained in:
Isaac Lubow 2018-06-05 05:35:37 -07:00 committed by Mike Jolley
parent 090b7c89f4
commit 7df513769d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if ( apply_filters( 'woocommerce_checkout_show_terms', true ) && function_exists
* Terms and conditions hook used to inject content.
*
* @since 3.4.0.
* @hooked wc_privacy_policy_text() Shows custom privacy policy text. Priority 20.
* @hooked wc_checkout_privacy_policy_text() Shows custom privacy policy text. Priority 20.
* @hooked wc_terms_and_conditions_page_content() Shows t&c page content. Priority 30.
*/
do_action( 'woocommerce_checkout_terms_and_conditions' );