WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp auth check load

Description

Load the auth check for monitoring whether the user is still logged in.

Can be disabled with remove_action( 'admin_enqueue_scripts', 'wp_auth_check_load' );

This is disabled for certain screens where a login screen could cause an inconvenient interruption. A filter called wp_auth_check_load can be used for fine-grained control.

Parameters

$var
(TYPE) (required) Description.
Default: None
$var
(TYPE) (optional) Description.
Default: DEFAULT

Return

(TYPE) 
Description.

Usage

 <?php  ?> 

Example

Description text

Example code

Change Log

Source File

wp_auth_check() is located in wp-includes/functions.php.

Related

Function ref links

This article is marked as in need of editing. You can help Codex by editing it.