a8cteam51 / safety-net

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

Add CLI commands for scrubbing options and disabling plugins #42

Closed nate-allen closed 2 years ago

nate-allen commented 2 years ago

Adds two new CLI commands:

wp safety-net scrub-options will clear options such as API keys so that plugins won't talk to 3rd parties

wp safety-net deactivate-plugins will deactivate problematic plugins from a denylist

Closes #25, closes #26