Filter hook 'user_registration_email'

in WP Core File wp-includes/user.php at line 3383

Description

Filters the email address of a user being registered.

Occurrences

Filename Line Number
wp-includes/user.php 3383

Parameters

Type Name Description
string $user_email The email address of the new user.

PHP Doc

/**
	 * Filters the email address of a user being registered.
	 *
	 * @since 2.1.0
	 *
	 * @param string $user_email The email address of the new user.
	 */