handbook/guides/doctor.md
Pascal Birchler 264cb131bf
Fix handbook information architecture
- Organize files in folders according to the desired structure
- Use directory iterator to loop through all files and folders (makes generation more robust)
2025-06-25 15:38:39 +02: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/)