Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created June 29, 2023 19:28
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 lukecav/2f2b683afc38cc2ef9cc12d2b3e2a36a to your computer and use it in GitHub Desktop.
Save lukecav/2f2b683afc38cc2ef9cc12d2b3e2a36a to your computer and use it in GitHub Desktop.
Delete disabled webhook data from WooCommerce
DELETE FROM wp_wc_webhooks WHERE status = 'disabled';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment