Skip to content

Instantly share code, notes, and snippets.

@mrkdevelopment
Created September 26, 2023 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrkdevelopment/5c835f555d9d77a671e2bfc193ebf176 to your computer and use it in GitHub Desktop.
Save mrkdevelopment/5c835f555d9d77a671e2bfc193ebf176 to your computer and use it in GitHub Desktop.
SQL Commands for clearing Scheduled Actions
DELETE FROM `wp_actionscheduler_actions` WHERE `status` = 'complete'
DELETE FROM `wp_actionscheduler_logs`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment