Skip to:
Content
Pages
Categories
Search
Top
Bottom

Using user approve plugin

Viewing 2 replies - 1 through 2 (of 2 total)

  • Chuckie
    Participant

    @ajtruckle

    Ok, the issue I am actually having is a conflict of interest between WP Approve User | Theme My Login. They both send email notifications. This is why I am getting what I am getting.

    I need to find a way to let just the WP Approve User notifications fire and not the Theme My Login ones.


    Chuckie
    Participant

    @ajtruckle

    Resolved:

    // ==============================================================
    // Switch off Theme My Login notifications because WP Approve User manages it
    add_filter( 'tml_send_new_user_notification', '__return_false' );
    add_filter( 'tml_send_new_user_admin_notification', '__return_false' );
    // ==============================================================
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar