• Hi
    In the documentation it says that cache can be turned of with something like this:
    define('DONOTCACHEPAGE', true);
    I tried it in my functions.php:

    if( is_page(array('130'))) {
     define('DONOTCACHEPAGE', true);
    };

    No effect.
    Does anyone know how to disable the caching for the captcha Plugin.
    It always displays the same numbers and words.

    Thank you.
    regards
    theo

    https://www.ads-software.com/plugins/w3-total-cache/

  • The topic ‘w3 total cache and captcha’ is closed to new replies.