apply_filters( ‘new_admin_email_subject’, string $subject )

In this article

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

VersionDescription
6.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.