handbook/doctor.md
2023-01-20 09:23:24 -08:00

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/)