email_exists

email_exists

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('email_exists') is found 1 times:

  • /wp-includes/user.php line 2032
    2028
    2029
    2030
    2031
    2032
    2033
    2034
    2035
    2036
    2037
    2038
         * @param int|false $user_id The user ID associated with the email,
         *                           or false if the email does not exist.
         * @param string    $email   The email to check for existence.
         */
        return apply_filters( 'email_exists', $user_id, $email );
    }
     
    /**
     * Checks whether a username is valid.
     *
     * @since 2.0.1