wp_next_scheduled returns start timestamp instead of next one
-
I’m trying to schedule a function to run hourly, and it’s not working, so I decided to call wp_next_scheduled to see what it had for the next scheduled timestamp, but it returns the start timestamp instead (the first parameter of wp_schedule_event).
This is in a wpmu plugin that looks something like this:
https://pastie.caboo.se/178142Am I doing something wrong or is this a bug in the wpmu 1.3.3?
Thanks.
- The topic ‘wp_next_scheduled returns start timestamp instead of next one’ is closed to new replies.