Description
Filters whether the authentication check originated at the same domain.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 7398 |
Parameters
Type | Name | Description |
---|---|---|
bool | $same_domain | Whether the authentication check originated at the same domain. |
PHP Doc
/**
* 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.
*/