wc_registration_privacy_policy_text()
Render privacy policy text on the register forms.
Description Description
Source Source
File: includes/wc-template-functions.php
function wc_registration_privacy_policy_text() { echo '<div class="woocommerce-privacy-policy-text">'; wc_privacy_policy_text( 'registration' ); echo '</div>'; }
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |