apply_filters( 'wp_auth_check_load', bool $show, WP_Screen $screen )

Filters whether to load the authentication check.


Description Description

Passing a falsey value to the filter will effectively short-circuit loading the authentication check.


Parameters Parameters

$show

(bool) Whether to load the authentication check.

$screen

(WP_Screen) The current screen object.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.