wpmu_welcome_user_notification WordPress Filter Hook
The wpmu_welcome_user_notification hook is a great way to welcome a new user to your WordPress site. This hook allows you to send a notification to the new user, letting them know that they have been added to your site. This is a great way to get started with a new user, and to make sure that they are aware of all the great features that your site has to offer.
apply_filters( 'wpmu_welcome_user_notification', int $user_id , string $password , array $meta ) #
Filters whether to bypass the welcome email after user activation.
Description
Returning false disables the welcome email.
Parameters
- $user_id
(int)User ID.
- $password
(string)User password.
- $meta
(array)Signup meta data. Default empty array.
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |