Last active
December 27, 2024 21:41
-
-
Save johnbillion/f63f841484c4878dd1c551b0b9a15a63 to your computer and use it in GitHub Desktop.
Use WP-CLI to install a load of Debug Bar extensions (which work with Query Monitor too) in one go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# wp-cli: http://wp-cli.org/ | |
wp plugin search debug-bar --field=slug --format=csv --per-page=50 \ | |
| grep -F 'debug-bar-' \ | |
| xargs -n 1 wp plugin install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment