update_welcome_user_subject WordPress Filter Hook
The update_welcome_user_subject hook is used to update the subject of the welcome email sent to a new user.
apply_filters( 'update_welcome_user_subject', string $subject ) #
Filters the subject of the welcome email after user activation.
Parameters
- $subject
(string)Subject of the email.
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |