[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/ -> wp-cron.php (summary)

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: 205 lines (6 kb)
Included or required: 1 time
Referenced: 1 time
Includes or requires: 1 file
 wp-load.php

Defines 1 function

  _get_cron_lock()

Functions
Functions that are not part of a class:

_get_cron_lock()   X-Ref
Retrieves the cron lock.

Returns the uncached `doing_cron` transient.

return: string|int|false Value of the `doing_cron` transient, 0|false otherwise.



Generated : Wed Apr 17 08:20:01 2024 Cross-referenced by PHPXref