Skip to content

Instantly share code, notes, and snippets.

@jonwaldstein
Last active March 2, 2017 19:39
Show Gist options
  • Save jonwaldstein/3927ec5919f6c4a60e718fec7b8efb27 to your computer and use it in GitHub Desktop.
Save jonwaldstein/3927ec5919f6c4a60e718fec7b8efb27 to your computer and use it in GitHub Desktop.
WP-CLI Plugin Install Boilerplate
for p in "debug-bar" "debug-bar-console" "autodescription" "AJAX Thumbnail Rebuild" "Duplicate Post" "https://github.com/roots/soil/archive/master.zip" "carbon-fields"; do wp plugin install "$p" --activate; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment