WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_registration_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 3318 /**
* Filters the email address of a user being registered.
*
* @since 2.1.0
*
* @param string $user_email The email address of the new user.
*/

Hook Parameters

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