mauran / Woocommerce-delete-all-orders

Delete all your Woocommerce orders with this script.
48 stars 13 forks source link

Delete order notes too #6

Closed andrija-naglic closed 6 years ago

andrija-naglic commented 6 years ago

A 4th SQL query was needed, to delete all rows from wp_comments where comment_type = 'order_note'

andrija-naglic commented 6 years ago

Ignore the code quality :) I just followed the original style. But it works, that's important.

mauran commented 6 years ago

LGTM. Merged 😄