wp_auth_check_interval WordPress Filter Hook
The wp_auth_check_interval hook allows you to change the interval at which WordPress checks for authentication cookies. By default, WordPress checks for authentication cookies every 12 hours.
apply_filters( 'wp_auth_check_interval', int $interval ) #
Filters the authentication check interval.
Contents
Parameters
- $interval
(int)The interval in which to check a user's authentication. Default 3 minutes in seconds, or 180.
Source
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |