Skip to content

Instantly share code, notes, and snippets.

@kallookoo
Created July 2, 2023 17:38
Show Gist options
  • Save kallookoo/35ff5b541401ece3497fcc3697e3bafb to your computer and use it in GitHub Desktop.
Save kallookoo/35ff5b541401ece3497fcc3697e3bafb to your computer and use it in GitHub Desktop.
Clean the WooCommerce actions using SQL Commands.
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