Created
July 8, 2026 08:18
-
-
Save dennisnissle/07c4b819a80da3baa6990ad8c27ee5fa to your computer and use it in GitHub Desktop.
Prevent showing the verification code in withdrawal emails
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_filter( 'eu_order_woocommerce_withdrawal_email_show_verification_code', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment