GoDaddy 說明

我們已盡最大努力為您翻譯本頁面。 我們也有提供英文頁面。

停用WordPress的WP_CACHE

如果您要發布最近的變更到您的WordPress網站,並且沒有看到他們啟用,請嘗試停用WP_CACHE,因為這是您的網站可以快取內容的緩存。您可以透過WordPress資料夾內的wp-config.php停用此功能。

注意:您需要協助嗎?聯絡我們的GoDaddy客戶顧問以取得WP Premium支援服務的資訊。
  1. Edit the wp-config.php for your website. (Web Hosting (cPanel) / Windows Hosting (Plesk) / VPS Hosting)
  2. Locate this section in wp-config.php:
    define('WP_CACHE',true);
  3. true變更為false
  4. 儲存您的變更。

後續步驟

  • 確定變更內容生效後,您應該將WP_CACHE變更回true