Last active
December 9, 2025 05:16
-
-
Save kallookoo/35ff5b541401ece3497fcc3697e3bafb to your computer and use it in GitHub Desktop.
Clean the WooCommerce actions using SQL Commands without filter the logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DELETE FROM `wp_actionscheduler_actions` WHERE `status` IN ( 'canceled', 'failed', 'complete' ); | |
| TRUNCATE `wp_actionscheduler_logs`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment