• Resolved Trahald

    (@trahald)


    How can I disable the “New User Registration” emails send to the email address in General Options when a new user registers?

Viewing 1 replies (of 1 total)
  • Thread Starter Trahald

    (@trahald)

    From this thread, it seems this can be accomplished by adding the defining the following within a plugin:

    function wp_new_user_notification($user_id, $plaintext_pass = '') {
    }

    Which then disable the wp_new_user_notification() function.

Viewing 1 replies (of 1 total)
  • The topic ‘Disabling new user registration notifications to admin?’ is closed to new replies.