为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 。