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.7.2

apply_filters('send_network_admin_email_change_email') is found 1 times:

  • /wp-includes/ms-functions.php line 2830
    2826
    2827
    2828
    2829
    2830
    2831
    2832
    2833
    2834
    2835
    2836
    * @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. */