• I enabled AJAX filter values update under Consent tab, I’ve put this in functions.php:

    function disableStuff() {
    return true;
    }
    add_filter(‘pys_gdpr_ajax_enabled’,’disableStuff’);
    add_filter(‘pys_disable_by_gdpr’,’disableStuff’);



    Apparently nothing is happening, cookies are still enabled.

    • This topic was modified 3 years, 3 months ago by giazazi.

The topic ‘AJAX filter values update not working’ is closed to new replies.