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
if ( apply_filters( 'wp_auth_check_load', $show, $screen ) ) {
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.