wp-plugin-dictator
wp-plugin-dictator copied to clipboard
Dictate which plugins should, or should not be active on a WordPress site through simple config files
The button is currently super wonky. It just links to the current page with some url params that I use to execute the `Dictate::reset_plugins();` method, then it resets the page...
Once tests are setup and done
The helper functions in here can probably use unit tests as coverage, since they are accessed in multiple places within the codebase
We need some functional tests to consume some sample config files and assert that the intended things happen...