Skip to content

WP-CLI 診斷

來源:WP-CLI 診斷

摘要結論

  • 目前無高風險項目。

現況說明

待修正項目(主機端)

  1. 檢查 wp-config.php,確認在 WP_CLI 模式不載入前台主題流程。
  2. 確認可正常執行 wp profile stage --format=json
  3. 安裝並確認可執行 wp doctor check --format=json

修正後測試

bash
wp profile stage --format=json
wp profile hook --format=json
wp doctor check --format=json

驗收標準

  1. 三個指令都回傳有效 JSON(非 HTML)。
  2. 本頁「待確認」項目消失。
  3. 可正常看到 profile stages / hooks 與 doctor 結果。