WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_auth_check_same_domain

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 7120 /**
* Filters whether the authentication check originated at the same domain.
*
* @since 3.6.0
*
* @param bool $same_domain Whether the authentication check originated at the same domain.
*/

Hook Parameters

Parameter Type Name Description
bool $same_domain Whether the authentication check originated at the same domain.