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

apply_filters('send_site_admin_email_change_email') is found 1 times:

  • /wp-includes/functions.php line 8077
    8073
    8074
    8075
    8076
    8077
    8078
    8079
    8080
    8081
    8082
    8083
    * @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. */