• Resolved josepedrodiaz

    (@josepedrodiaz)


    I need to setup a custom text on the new user email notification using the hook wp_new_user_notification_email but im not receiving the custom text. Is possible to modify the new user registration using a hook? Or in another way without the Notifications plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    In the same way you would modify the notification sent by WP itself – using filters. TML uses the exact same functions to send this notification as WP itself.

    Thread Starter josepedrodiaz

    (@josepedrodiaz)

    I am using the wp_new_user_notification_email filter but I am not getting the configured message. Im getting the message that is configured in the “Theme my login moderation” plugin, file plugins/tml-moderation/functions.php line 350.
    If I disable the Theme my login Moderation plugin my filter works.
    How can I disable and override that notification so that my version runs?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    This forum is not for commercial support. As you’ve mentioned Moderation, which is a commercial extension, you would need to reach out to us at https://thememylogin.com/support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom email notification’ is closed to new replies.