外觀
WP-CLI 診斷
來源:WP-CLI 診斷
摘要結論
- 目前無高風險項目。
現況說明
待修正項目(主機端)
- 檢查
wp-config.php,確認在WP_CLI模式不載入前台主題流程。 - 確認可正常執行
wp profile stage --format=json。 - 安裝並確認可執行
wp doctor check --format=json。
修正後測試
bash
wp profile stage --format=json
wp profile hook --format=json
wp doctor check --format=json驗收標準
- 三個指令都回傳有效 JSON(非 HTML)。
- 本頁「待確認」項目消失。
- 可正常看到 profile stages / hooks 與 doctor 結果。
