send_network_admin_email_change_email

send_network_admin_email_change_email

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('send_network_admin_email_change_email') is found 1 times:

  • /wp-includes/ms-functions.php line 2832
    	 * @param string $old_email  The old network admin email address.
    	 * @param string $new_email  The new network admin email address.
    	 * @param int    $network_id ID of the network.
    	 */
    	$send = apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id );
    
    	if ( ! $send ) {
    		return;
    	}
    
    	/* translators: Do not translate OLD_EMAIL, NEW_EMAIL, SITENAME, SITEURL: those are placeholders. */