wp_schedule_event not firing

前端 未结 1 1428
甜味超标
甜味超标 2020-12-19 06:19

I\'m trying to schedule an event inside a theme\'s functions.php but I cannot get it to "fire". I\'m using the Cron View plugin and it shows the event

相关标签:
1条回答
  • 2020-12-19 07:18

    You can manually run WordPress cron jobs by going to http://www.example.com/wp-cron.php?doing_cron. This is where you will be able to see any errors that your scripts creates, really useful when debugging wp scheduled tasks.

    0 讨论(0)
提交回复
热议问题