Filters the subject of the email sent when a change of site admin email address is attempted.
Parameters
$subject
string- Subject of the email.
Source
$subject = apply_filters( 'new_admin_email_subject', $subject );
Changelog
Version | Description |
---|---|
6.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.