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