Posts
Month: March 2024
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…
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…