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 bool
Whether to send the email notification.
$old_email string
The old site admin email address.
$new_email string
The new site admin email address.

Top ↑

Source

File: wp-includes/functions.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes

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