Update terms.php (#20376)
Edited comment to reflect the name of the function that is actually hooked.
This commit is contained in:
parent
090b7c89f4
commit
7df513769d
|
@ -18,7 +18,7 @@ if ( apply_filters( 'woocommerce_checkout_show_terms', true ) && function_exists
|
||||||
* Terms and conditions hook used to inject content.
|
* Terms and conditions hook used to inject content.
|
||||||
*
|
*
|
||||||
* @since 3.4.0.
|
* @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.
|
* @hooked wc_terms_and_conditions_page_content() Shows t&c page content. Priority 30.
|
||||||
*/
|
*/
|
||||||
do_action( 'woocommerce_checkout_terms_and_conditions' );
|
do_action( 'woocommerce_checkout_terms_and_conditions' );
|
||||||
|
|
Loading…
Reference in New Issue