Description
Filters whether to load the authentication check. Returning a falsey value from the filter will effectively short-circuit loading the authentication check.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 7372 |
Parameters
Type | Name | Description |
---|---|---|
bool | $show | Whether to load the authentication check. |
WP_Screen | $screen | The current screen object. |
PHP Doc
/**
* Filters whether to load the authentication check.
*
* Returning a falsey value from the filter will effectively short-circuit
* loading the authentication check.
*
* @since 3.6.0
*
* @param bool $show Whether to load the authentication check.
* @param WP_Screen $screen The current screen object.
*/