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.
Source
do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.