Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn.
Author: Kaspars Dambis
kaspars.net / @konstruktors
| /** | |
| * Adds "failed" status to Action Scheduler cleanup action. | |
| * | |
| * Default is "complete" and "canceled," leaving "failed" actions | |
| * in the Action Scheduler to pile up indefinitely. | |
| * | |
| * Filter located in action-scheduler/classes/ActionScheduler_QueueCleaner.php | |
| * | |
| * @see https://wpcodebook.com/woocommerce-action-scheduler-cleanup-php/ | |
| */ |
Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn.
Author: Kaspars Dambis
kaspars.net / @konstruktors