pre_user_email

pre_user_email

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('pre_user_email') is found 1 times:

  • /wp-includes/user.php line 2198
    	 * @since 2.0.3
    	 *
    	 * @param string $raw_user_email The user's email.
    	 */
    	$user_email = apply_filters( 'pre_user_email', $raw_user_email );
    
    	/*
    	 * If there is no update, just check for `email_exists`. If there is an update,
    	 * check if current email and new email are the same, and check `email_exists`
    	 * accordingly.
    	 */