apply_filters( ‘wp_auth_check_same_domain’, bool $same_domain )

In this article

Filters whether the authentication check originated at the same domain.

Parameters

$same_domainbool
Whether the authentication check originated at the same domain.

Source

$same_domain = apply_filters( 'wp_auth_check_same_domain', $same_domain );

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.