WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_auth_check_load

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 7094 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
bool $show Whether to load the authentication check.
WP_Screen $screen The current screen object.