WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wpmu_new_user

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php do_action 1326 /**
* Fires immediately after a new user is created.
*
* @since MU (3.0.0)
*
* @param int $user_id User ID.
*/

Hook Parameters

Parameter Type Name Description
int $user_id User ID.