Skip to:
Content
Pages
Categories
Search
Top
Bottom

Using user approve plugin

  • @ajtruckle

    Participant

    Hi

    I put this here:

    https://wordpress.org/support/topic/email-sent-to-user/#post-12215299

    It lets you approve a user registration but:

    I have no way of customising the “your account needs to be approved” email. Instead they get the existing email that we send out.

    I have it setup to email them the “approved” email. But how do I send them the “needs to be approved” instead of “your account is activated”?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @ajtruckle

    Participant

    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.

    @ajtruckle

    Participant

    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