[ Index ] |
WordPress 5.4.1 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
A pseudo-CRON daemon for scheduling WordPress tasks WP Cron is triggered when the site receives a visit. In the scenario where a site may not receive enough visits to execute scheduled tasks in a timely manner, this file can be called directly or via a server CRON daemon for X number of times.
File Size: | 152 lines (4 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 1 file wp-load.php |
_get_cron_lock() X-Ref |
Retrieves the cron lock. Returns the uncached `doing_cron` transient. return: string|false Value of the `doing_cron` transient, 0|false otherwise. |
Generated: Tue May 19 15:51:04 2020 | Cross-referenced by PHPXref 0.7.1 |