Blog
-
Extending WP-CLI Plugin Verify Checksums
WP-CLI’s plugin verify checksums is an awesome builtin security feature. With a single command wp plugin verify-checksums --all you can make sure all of your WordPress.org plugins are valid and…
-
Extracting Plugin Configurations with WP-CLI
When managing many WordPress websites for others, a common task is dealing with plugins. Often it’s not enough to be able to bulk install and activate a particular WordPress plugin…