AJAX filter values update not working
-
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.
The topic ‘AJAX filter values update not working’ is closed to new replies.