send_site_admin_email_change_email

send_site_admin_email_change_email

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('send_site_admin_email_change_email') is found 1 times:

  • /wp-includes/functions.php line 7989
    	 * @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.
    	 */
    	$send = apply_filters( 'send_site_admin_email_change_email', $send, $old_email, $new_email );
    
    	if ( ! $send ) {
    		return;
    	}
    
    	/* translators: Do not translate OLD_EMAIL, NEW_EMAIL, SITENAME, SITEURL: those are placeholders. */