WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about register_new_user

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php do_action 3419 /**
* Fires after a new user registration has been recorded.
*
* @since 4.4.0
*
* @param int $user_id ID of the newly registered user.
*/

Hook Parameters

Parameter Type Name Description
int $user_id ID of the newly registered user.