Created
June 29, 2023 19:28
-
-
Save lukecav/2f2b683afc38cc2ef9cc12d2b3e2a36a to your computer and use it in GitHub Desktop.
Delete disabled webhook data from WooCommerce
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_wc_webhooks WHERE status = 'disabled'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://stackoverflow.com/questions/76575640/how-to-delete-all-disabled-webhooks-in-woocommerce