• Resolved tmendes

    (@thaissamendes)


    On wp-content/plugins/userswp/includes/class-emails.php:654, the $wp_new_user_notification_email_admin parameter should be returned.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    If we return then it will send a default email notification which we have to prevent when disabled from our settings. You can remove our action and add your own if you need to modify or prevent our email.

    Regards,
    Patrik

    Thread Starter tmendes

    (@thaissamendes)

    I disabled your plugin from sending the email (through the checkbox in administration), and I ended up having errors when users are registered, because the system still sends the email, but with empty subject, content and recipient.

    Hi,

    You are right. We will add $wp_new_user_notification_email_admin to return in next plugin release. You can do it manually if needed before plugin release.

    Regards,
    Patrik

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

The topic ‘wp_new_user_notification_email_admin not returning value’ is closed to new replies.