Reply To: Disable email notifications Home › Forums › Front End PM PRO › Disable email notifications › Reply To: Disable email notifications April 3, 2019 at 7:15 pm #23009 shamimKeymaster add following code in your theme’s (child theme’s if you are using) functions.php add_filter( 'fep_enable_email_send', '__return_false' );