Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/pluggable.php | apply_filters | 2175 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $send | Whether to send the email. Default true. |
WP_User | $user | User object for new user. |