mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-05-05 00:24:29 +08:00
11 lines
994 B
Markdown
11 lines
994 B
Markdown
# Doctor Guides
|
|
|
|
Here are some helpful guides for using `wp doctor`:
|
|
|
|
* [Default doctor diagnostic checks](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-default-checks/)
|
|
* [Customize doctor diagnostic checks](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-customize-config/)
|
|
* [Write a custom check to perform an arbitrary assertion](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-write-custom-check/)
|
|
* [Write a check for verifying contents of WordPress files](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-check-file-contents/)
|
|
* [Write a check for asserting the value of a given option](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-check-option-value/)
|
|
* [Write a check for asserting the value of a given constant](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-check-constant-value/)
|
|
* [Check status of a given plugin](https://make.wordpress.org/cli/handbook/guides/doctor/doctor-check-plugin-status/)
|