wp_schedule_event not working correctly in WP 2.7.1 ?!
-
Hi,
I was using wp_schedule_event in a custom plugin I created and it was working fine until I updated from 2.7 to 2.7.1 yesterday.
Now when I use this (for example, have already tried many different things):
wp_schedule_event(time(), 'daily', 'my_function' , $num );
it schedules everything correctly BUT not once daily! … instead it will fire the event every few minutes!
I already tried using different functions, time spans, etc.
Is this a known bug of 2.7.1? Or is there something that has changed in 2.7.1 related to scheduling events (already looked through the changelog but didn’t see anything).Hope someone can help me with this!
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_schedule_event not working correctly in WP 2.7.1 ?!’ is closed to new replies.