wpseek.com
A WordPress-centric search engine for devs and theme authors



new_admin_email_subject › WordPress Filter Hooks

Since6.5.0
Deprecatedn/a
apply_filters( 'new_admin_email_subject', $subject )
Parameters:
  • (string) $subject Subject of the email.
    Required: Yes
Defined at:
Codex:

Filters the subject of the email sent when a change of site admin email address is attempted.





Source

$subject = apply_filters( 'new_admin_email_subject', $subject );