_wp_cron


_wp_cron ( No parameters )

Access:
  • private
Returns:
  • (int|false) On success an integer indicating number of events spawned (0 indicates no events needed to be spawned), false if spawning fails for one or more events.
Defined at:

Description

Runs scheduled callbacks or spawns cron for all scheduled events.Warning: This function may return Boolean FALSE, but may also return a non-Boolean value which evaluates to FALSE. For information about casting to booleans see the {@link PHP documentation}. Use the `===` operator for testing the return value of this function.

Related Functions

wp_cron, wp_clone, wp_doing_cron, spawn_cron, wp_rand

Top Google Results

User discussions

wpseek mobile