Filters the subject of the email sent when a change of site admin email address is attempted.
Parameters
$subjectstring- 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.