Description
Filters whether the user is notified of their new user registration.
Occurrences
Filename | Line Number |
---|---|
wp-includes/pluggable.php | 2210 |
Parameters
Type | Name | Description |
---|---|---|
bool | $send | Whether to send the email. Default true. |
WP_User | $user | User object for new user. |
PHP Doc
/**
* Filters whether the user is notified of their new user registration.
*
* @since 6.1.0
*
* @param bool $send Whether to send the email. Default true.
* @param WP_User $user User object for new user.
*/