W3cubDocs

/WordPress

apply_filters( ‘new_admin_email_subject’, string $subject )

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.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/new_admin_email_subject