• Resolved Zakir Sajib

    (@zakirstage)


    Do I need to add the following code in wp-config.php file?

    define(‘WP_CACHE’, true);

    I just noticed without this code, page caching works.

    I had this code before but yesterday I removed the wp rocket plugin and then this code goes away.

    So I am not sure whether should I add this code manually for your plugin to work.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    The define(‘WP_CACHE’, true); is added when you enable fallback cache and it is very much needed for the fallback cache to work.

    Thread Starter Zakir Sajib

    (@zakirstage)

    Okay. We don’t use fallback cache. Its disabled in your plugin. So we are safe not adding that code.

    Thank you.

    Plugin Contributor iSaumya

    (@isaumya)

    Yes. If you are not using fallback cache then you can remove it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘define(‘WP_CACHE’, true);’ is closed to new replies.