WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wpmu_welcome_user_notification

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 1836 /**
* Filters whether to bypass the welcome email after user activation.
*
* Returning false disables the welcome email.
*
* @since MU (3.0.0)
*
* @param int $user_id User ID.
* @param string $password User password.
* @param array $meta Signup meta data. Default empty array.
*/

Hook Parameters

Parameter Type Name Description
int $user_id User ID.
string $password User password.
array $meta Signup meta data. Default empty array.