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