I learned that you can add new cron schedules by using the cron_schedules filter. If I change a interval of a schedule that I added earlier, will a job that uses this schedule be scheduled using this new interval the next time, or will it still use the previous interval?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

After some testing I figured out that yes, it will use the new schedule, updated using the 'cron_schedules' filter.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.