apply_filters( ‘send_site_admin_email_change_email’, bool $send, string $old_email, string $new_email )

In this article

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

Parameters

$sendbool
Whether to send the email notification.
$old_emailstring
The old site admin email address.
$new_emailstring
The new site admin email address.

Source

do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time );

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

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