Related to this post where I shared on DEV how to schedule articles using Buffer and the Wordpress Cron, it seems I misunderstood something about how Cron works...
I set up a Wordpress Cron Job to run every 5 minutes and execute a function called bulk_update()
. When I run the function manually through the admin, it works.
However, it seems the Cron job is not executing the function. I added error_log(print_r("EXECUTION OF BULK_UPDATE"));
to the beginning ofโฆ
Any help appreciated ;)
Top comments (0)