On this page
apply_filters( 'wp_auth_check_same_domain', bool $same_domain )
Filters whether the authentication check originated at the same domain.
Parameters
$same_domainbool-
Whether the authentication check originated at the same domain.
Source
File: wp-includes/functions.php. View all references
$same_domain = apply_filters( 'wp_auth_check_same_domain', $same_domain );
Related
Used By
| Used By | Description |
|---|---|
| wp_auth_check_html() wp-includes/functions.php | Outputs the HTML that shows the wp-login dialog when the user is no longer logged in. |
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_auth_check_same_domain