Home › Forums › Front End PM PRO › Message emails › Reply To: Message emails
November 14, 2019 at 12:25 am
#31161
Shamim Hasan
Keymaster
User can disable email notification if s/he wants from front-end Settings page.
As admin, if you want to disable sending emails to any user you can do so. add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_enable_email_send', '__return_false' );