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]