latest version

WP Super Cache Integration

By integrating WP Super Cache with Ultimate GDPR & CCPA, it will allow to save custom cookies.

Installation instruction for WP Super Cache

  1. Create wp-super-cache-plugins folder in wp-content/plugins/ and add This file (remember to unzip it).

  2. To make it work, do the following:

    • Open wp-content/wp-cache-config.php and change the line under $wp_cache_plugins_dir:

    From:

    $wp_cache_plugins_dir = WPCACHEHOME . 'plugins';
    

    To:

    $wp_cache_plugins_dir = WP_CONTENT_DIR . "/plugins/wp-super-cache-plugins/";;
    
    • In result, on Plugins page of WP Super Cache settings (/wp-admin/options-general.php?page=wpsupercache&tab=plugins) you will have only one plugin: this plugin, called Ultimate GDPR - WP Super Cache integration

  3. Follow the instruction on the page /wp-admin/options-general.php?page=wpsupercache&tab=plugins.