WPDev.one

wp_cron()

wp_cron( )

Registers _wp_cron() to run on the {@see 'wp_loaded'} action.

Return Value

((false)
(false | int | void) 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 or void if the function registered _wp_cron() to run on the action.

Function Information

Since Version
2.1.0
Source File
wp-includes/cron.php
Advertisement