apply_filters( 'wp_auth_check_load', bool $show, WP_Screen $screen )
Filters whether to load the authentication check.
Description
Returning a falsey value from the filter will effectively short-circuit loading the authentication check.
Parameters
- $show
-  (bool) Whether to load the authentication check. 
- $screen
-  (WP_Screen) The current screen object. 
Source
Changelog
| Version | Description | 
|---|---|
| 3.6.0 | Introduced. | 
    © 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/hooks/wp_auth_check_load