Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Created October 23, 2018 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianmoran-mainwp/68d0a2170aa78432363794b692e75725 to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/68d0a2170aa78432363794b692e75725 to your computer and use it in GitHub Desktop.
WP-CLI - wp doctor plugin-status.yml example
plugin-mainwp-child-active:
check: Plugin_Status
options:
name: mainwp-child
status: active
plugin-classic-editor-active:
check: Plugin_Status
options:
name: classic-editor
status: active
plugin-hello-dolly-uninstalled:
check: Plugin_Status
options:
name: hello-dolly
status: uninstalled
@sebastianmoran-mainwp
Copy link
Author

wp doctor check --config=plugin-status.yml --all
https://danielbachhuber.com/tip/check-plugin-status/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment