WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_network_site_new_created_user

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/network/site-new.php do_action 117 /**
* Fires immediately before a new user is created via the network site-new.php page.
*
* @since 4.5.0
*
* @param string $email Email of the non-existent user.
*/

Hook Parameters

Parameter Type Name Description
string $email Email of the non-existent user.