📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
opt
›
wp-cli-plugins
›
vendor
›
wp-cli
›
doctor-command
›
bin
›
📁 readme
📍
Lokasi:
/opt/wp-cli-plugins/vendor/wp-cli/doctor-command/bin/readme
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: overview-body.md
`wp doctor` lets you easily run a series of configurable checks to diagnose what's ailing with WordPress. Without `wp doctor`, your team has to rely on their memory to manually debug problems. With `wp doctor`, your team saves hours identifying the health of your WordPress installs by codifying diagnosis procedures as a series of checks to run with WP-CLI. `wp doctor` [comes with dozens of checks out of the box](https://runcommand.io/to/doctor-default-checks/), and [supports customized `doctor.yml` files](https://runcommand.io/to/customize-doctor-config/) to define the checks that are most important to you. Each check includes a name, status (either "success", "warning", or "error"), and a human-readable message. For example, `cron-count` is a check to ensure WP Cron hasn't exploded with jobs: ``` $ wp doctor check cron-count +------------+---------+--------------------------------------------------------------------+ | name | status | message | +------------+---------+--------------------------------------------------------------------+ | cron-count | success | Total number of cron jobs is within normal operating expectations. | +------------+---------+--------------------------------------------------------------------+ ``` Want to pipe the results into another system? Use `--format=json` or `--format=csv` to render checks in a machine-readable format. `wp doctor` is designed for extensibility. Create a custom `doctor.yml` file to define additional checks you deem necessary for your system: ``` plugin-w3-total-cache: check: Plugin_Status options: name: w3-total-cache status: uninstalled ``` Then, run the custom `doctor.yml` file using the `--config=<file>` parameter: ``` $ wp doctor check --fields=name,status --all --config=doctor.yml +-----------------------+--------+ | name | status | +-----------------------+--------+ | plugin-w3-total-cache | error | +-----------------------+--------+ ``` Running all checks together, `wp doctor` is the fastest way to get a high-level overview to the health of your WordPress installs.
💾 Simpan Perubahan
❌ Batal
📤 Upload
📁 Buat Folder
Nama
Ukuran
Dimodifikasi
Permission
Aksi
📄
installing-body.md
441 B
2023-11-08 18:23
0644
✏️ Edit
⬇
✍️
🗑️
📄
overview-body.md
2.1 KB
2023-11-08 18:23
0644
✏️ Edit
⬇
✍️
🗑️
✍️ Rename:
Nama Baru:
Batal
💾 Simpan