apply_filters( 'wp_auth_check_interval', int $interval )

Filters the authentication check interval.


Parameters

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

Top ↑

Source

File: wp-includes/script-loader.php. View all references

$guessurl    = wp_guess_url();

Top ↑

Changelog

Changelog
Version Description
3.6.0 Introduced.

Top ↑

User Contributed Notes

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