• Resolved nidhinc

    (@nidhinc)


    Hi Guys,

    Thanks for the wonderful plugin. I have created a custom schedule which will run thrice a day (8 hours interval) and associated it to a custom event which works well if I hit Run Now, but cron is not working on schedules. It works only on Run now Hit.

    I need to use wp_schedule_event() function where we need recurrence as 2nd parameter. How can I use custom schedule recurrence with it.

    Thanks in advance for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    You need to pass the name of the custom schedule (eg twicedaily) as the recurrence when scheduling the event.

    If you’re stuck in this, you’d be better off posting in the main support forum where more people are around to help you out.

    John

    Thread Starter nidhinc

    (@nidhinc)

    Hey John,

    Thanks. It worked. Also can you please paste the link of main support forum so that in future I can post topic there. Thanks again.

    Nidhi

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

The topic ‘Custom Schedule with custom event’ is closed to new replies.