Reply To: Disable email notifications


Home Forums Front End PM PRO Disable email notifications Reply To: Disable email notifications

#23009
shamim
Keymaster

add following code in your theme’s (child theme’s if you are using) functions.php

add_filter( 'fep_enable_email_send', '__return_false' );