WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about send_site_admin_email_change_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 7637 /**
* Filters whether to send the site admin email change notification email.
*
* @since 4.9.0
*
* @param bool $send Whether to send the email notification.
* @param string $old_email The old site admin email address.
* @param string $new_email The new site admin email address.
*/

Hook Parameters

Parameter Type Name Description
bool $send Whether to send the email notification.
string $old_email The old site admin email address.
string $new_email The new site admin email address.