I use LocalWP for plugin development; I am using the “Action Scheduler” library (https://actionscheduler.org/) in a plugin I’m developing. For some reason, in LocalWP, the scheduled actions are marked as run but the callbacks don’t get called. It works fine on my online server, but not in LocalWP.
It’s quite annoying because it’s preventing me from debugging my plugin and working on it locally.
Has anyone noticed the same thing? Any suggestions?
Thanks!