wp_auth_check_load – filter
Filters whether to load the authentication check. Returning a falsey value from the filter will effectively short-circuit loading the authentication check.
Parameters
- .
- ( 3.6.0 ) . .
- ( bool ) $show Whether to load the authentication check. . . .
- $screen
- ( WP_Screen ) The current screen object. . . .