mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
- Organize files in folders according to the desired structure - Use directory iterator to loop through all files and folders (makes generation more robust)
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/)
|