wp_auth_check_same_domain

wp_auth_check_same_domain

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_auth_check_same_domain') is found 1 times:

  • /wp-includes/functions.php line 7427
    7423
    7424
    7425
    7426
    7427
    7428
    7429
    7430
    7431
    7432
    7433
    * @since 3.6.0
     *
     * @param bool $same_domain Whether the authentication check originated at the same domain.
     */
    $same_domain = apply_filters( 'wp_auth_check_same_domain', $same_domain );
    $wrap_class  = $same_domain ? 'hidden' : 'hidden fallback';
     
    ?>
    <div id="wp-auth-check-wrap" class="<?php echo $wrap_class; ?>">
    <div id="wp-auth-check-bg"></div>
    <div id="wp-auth-check">