Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created July 8, 2026 08:18
Show Gist options
  • Select an option

  • Save dennisnissle/07c4b819a80da3baa6990ad8c27ee5fa to your computer and use it in GitHub Desktop.

Select an option

Save dennisnissle/07c4b819a80da3baa6990ad8c27ee5fa to your computer and use it in GitHub Desktop.
Prevent showing the verification code in withdrawal emails
<?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