apply_filters( 'send_site_admin_email_change_email', bool $send , string $old_email , string $new_email )
Filters whether to send the site admin email change notification email.
Parameters
- $send
-
Whether to send the email notification.
- $old_email
-
The old site admin email address.
- $new_email
-
The new site admin email address.
Source
Changelog
Version | Description |
---|---|
WP-4.9.0 | Introduced. |