WordPress Cron Written on January 14, 2010, by admin.
How to call some function after a particular interval of timeĀ in a wordpress below is the answer :
WordPress has its own cron to automatically and scheduled run your tash. Therefore WordPress provides several functions to use the cron.
As default, WordPress can handle 3 time keys, which you can call with the function wp_schedule_event.
wp_schedule_event( time(), [...]


