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?
Leave a Reply
You must be logged in to post a comment.
After some testing I figured out that yes, it will use the new schedule, updated using the ‘cron_schedules’ filter.