wpmu_signup_user_notification

wpmu_signup_user_notification

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wpmu_signup_user_notification') is found 1 times:

  • /wp-includes/ms-functions.php line 1071
    1067
    1068
    1069
    1070
    1071
    1072
    1073
    1074
    1075
    1076
    * @param string $user_email User email address.
     * @param string $key        Activation key created in wpmu_signup_user().
     * @param array  $meta       Signup meta data. Default empty array.
     */
    if ( ! apply_filters( 'wpmu_signup_user_notification', $user_login, $user_email, $key, $meta ) ) {
        return false;
    }
     
    $user            = get_user_by( 'login', $user_login );
    $switched_locale = $user && switch_to_user_locale( $user->ID );

See this hook used in plugins: