Black Friday / Cyber Monday Sale!
Sale ends in:
Days
Hours
Minutes
Seconds
Use code BFCM2025 for 40% off at the checkout.
« Previous
Using BNFW with the WP REST API
Using BNFW with the WP REST API
New User Notifications and Easy Digital Downloads
Updated
To prevent Easy Digital Downloads (EDD) from overriding the ‘New User Registration – For User’ notification, add this line of code to your functions.php file to prevent the EDD email from sending. This will then allow the BNFW notification to work as expected.
[cc lang=”php”]
remove_action(‘edd_insert_user’, ‘edd_new_user_notification’, 10, 2 );
[/cc]