apply_filters( ‘wp_auth_check_interval’, int $interval )

In this article

Filters the authentication check interval.

Parameters

$intervalint
The interval in which to check a user’s authentication. Default 3 minutes in seconds, or 180.

Source

$dev_suffix = wp_scripts_get_suffix( 'dev' );

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

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