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



send_site_admin_email_change_email › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
apply_filters( 'send_site_admin_email_change_email', $send, $old_email, $new_email )
Parameters: (3)
  • () send Whether to send the email notification.
    Required: Yes
  • () old_email The old site admin email address.
    Required: Yes
  • () new_email The new site admin email address.
    Required: Yes
Defined at:
Codex:

Filters whether to send the site admin email change notification email.





Source

$send = apply_filters( 'send_site_admin_email_change_email', $send, $old_email, $new_email );