• Resolved philippwidmer

    (@philippwidmer)


    Hi

    I’m using a multisite setup. The plugin works (thanks!), but the configurations (define(‘MP_WARM_CACHE_FILTER_LIMIT’, 25);) are not working.

    I configured those settings in the wp-config.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ramon fincken

    (@ramon-fincken)

    At which line number did you add it?

    Thread Starter philippwidmer

    (@philippwidmer)

    On different lines numbers. At the very beginning (line 1) or also a the end.

    Plugin Author ramon fincken

    (@ramon-fincken)

    can you post your wp-config here, but WITHOUT your database section and without salts ?

    Plugin Author ramon fincken

    (@ramon-fincken)

    Works fine for me:

    wp-config.php:

    
    [...]
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     */
    define('WP_DEBUG', false);
    
    define('MP_WARM_CACHE_FILTER_LIMIT', 50);
    
    /* Custom WordPress URL. */
    [...]
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multisite?’ is closed to new replies.