Hi, i created a auto blog WordPress plugins (G-trends) to add News from Google Yahoo or bing every hour.
Demo site http://www.allotoi.com/
How can i start a wp_schedule_event exactly 1 minutes past every hours.
Because if you set a schedule event like this, it will start at the time we are right now
wp_schedule_event(time(), 'hourly', 'my_hourly_event')
Not at the exacte time i want like 01h01
Thank you