Created
June 30, 2026 07:02
-
-
Save dennisnissle/f1cea31b6f4a392cca03282e45ecce40 to your computer and use it in GitHub Desktop.
Add a privacy policy notice to the withdrawal form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_action( 'eu_owb_woocommerce_return_request_form_before_submit', function() { | |
| echo '<p class="eu-owb-privacy-notice">By submitting this form, I agree to the <a href="https://my-shop.com/privacy-policy">privacy policy</a>.</p>'; | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment