• Resolved migueldamota

    (@migueldamota)


    Hi there, we have an issue with regenerating the feed automatically via WP-Cron. We are using server-side WP-Cron and it doesn’t get scheduled on interval change. I noticed that there is a line commented out:

    //wp_schedule_event( time(), 'woo_feed_corn', 'woo_feed_update' );

    May I know why exactly this was commented out? Because uncommenting this helped and it got rescheduled after changing the interval.

    The issue happens because cron_schedules only gets called via _wp_cron() or wp_schedule_event() or wp_reschedule_event(), there would it be possible to uncomment it?

    Thanks in advance 🙂

    Best,
    Miguel

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.