停用WordPress的WP_CACHE
如果您要發布最近的變更到您的WordPress網站,並且沒有看到他們啟用,請嘗試停用WP_CACHE,因為這是您的網站可以快取內容的緩存。您可以透過WordPress資料夾內的wp-config.php停用此功能。
注意:您需要協助嗎?聯絡我們的GoDaddy客戶顧問以取得WP Premium支援服務的資訊。
- Edit the wp-config.php for your website. (Web Hosting (cPanel) / Windows Hosting (Plesk) / VPS Hosting)
- Locate this section in wp-config.php:
define('WP_CACHE',true);
- 將true變更為false 。
- 儲存您的變更。
後續步驟
- 確定變更內容生效後,您應該將WP_CACHE變更回true 。