• Resolved moremkg

    (@moremkg)


    I do not want any e-mail to be sent to the users regarding the transactions. How can I deactivate this feature?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @moremkg,

    Thanks for contacting us,

    I hope you are doing well, We have forwarded this to our technical team and we will get back to you soon.

    Thanks & Regards

    WP Experts Support Team

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @moremkg,

    With the current default functionality of the New User Approve plugin, you can only stop the welcome email to the user by pasting the below the line of code into the functions.php file of the currently active theme:

    add_filter('nua_disable_welcome_email',function(){return true;});

    Let me know if you still have any issues.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New User Approval E-mails’ is closed to new replies.