wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_auth_check_load › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_auth_check_load', $show, $screen )
Parameter: (2)
  • () show Whether to load the authentication check.
    Erforderlich: Ja
  • () screen The current screen object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to load the authentication check.

Returning a falsey value from the filter will effectively short-circuit loading the authentication check.




Quellcode

if ( apply_filters( 'wp_auth_check_load', $show, $screen ) ) {