[wp-hackers] post_status = future and pseudo-cron

Jeff Minard jeff at jrm.cc
Fri Feb 10 08:17:25 GMT 2006


Peter Westwood wrote:
> wp_schedule_repeating_event('interval-type','interval-amount','time-of-day/hour/week');


May I suggest we take a page from "The History of Every Unix Ever" and 
at least make the psuedo cron scheduler something that people can learn 
just once?

wp_schedule_repeating_event($minute, $hour, $dayofmonth, $month, 
$dayofweek, $filter_to_activate);

The whole "* * * * *" thing.

Jeff


More information about the wp-hackers mailing list