• Resolved jhnpldng

    (@jhnpldng)


    Wondering if there’s a way to disable the emails that go out for every single post. OR a way to disable all but the first email notification. One conversation can create a lot of emails as is.
    Thanks. nice plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

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

    
    add_filter( 'fep_enable_email_send', '__return_false' );
    
    • This reply was modified 7 years, 10 months ago by Shamim Hasan.
    Thread Starter jhnpldng

    (@jhnpldng)

    Thank you

    The more I thought of it, it is good to have the email notification but Please do think about making it optional in future versions. Maybe a checkbox — box to tick
    Notify recipient yes/no
    That would be a nice feature ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable email messages’ is closed to new replies.