apply_filters( 'wp_auth_check_load', bool $show , WP_Screen $screen )
Filters whether to load the authentication check.
Description
Passing a falsey value to the filter will effectively short-circuit loading the authentication check.
Parameters
- $show
-
Whether to load the authentication check.
- $screen
-
The current screen object.
Source
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |