a8cteam51 / safety-net

Scrub options, deactivate denylisted plugins, and delete user data on development sites.
17 stars 1 forks source link

Delete WC REST API keys #63

Closed NickGreen closed 1 year ago

NickGreen commented 1 year ago

WooCommerce stores REST API keys in the _woocommerce_api_keys table. These are keys that 3rd parties use to talk to a WooCommerce store, so it's not crucial that they are scrubbed, since those 3rd parties are going to be connecting to the production URL - but it is data that doesn't need to exist on a dev site, so let's dump it. Screen Shot on 2022-11-02 at 14:34:04

NickGreen commented 1 year ago

Fixed with https://github.com/a8cteam51/safety-net/pull/72