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

apply_filters('wp_auth_check_same_domain') is found 1 times:

  • /wp-includes/functions.php line 7386
    	 * @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">