Disable email notifications


Home Forums Front End PM PRO Disable email notifications

This topic is: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23006
    Ronnie Houston
    Participant

    Hello, how do I disable email notifications for all messages.

    Thanks

    #23009
    Shamim Hasan
    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' );
    
    #23011
    Ronnie Houston
    Participant

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.