gdpr_strictly_enabled_category not working (Polylang setup)
-
Acocrding to this page https://www.webtoffee.com/modify-strictly-enabled-cookie-categories-using-webtoffee-gdpr-cookie-consent-plugin/
This is how you add strictly enabled cookie categories. However, it is not doing anything.
Has the function been changed or is it not compatible with polylang?function webtoffee_strictly_enabled_cookie_categories($strict_categories) { $count = count($strict_categories); $strict_categories[$count] = 'notwendig'; return $strict_categories; } add_filter('gdpr_strictly_enabled_category', 'webtoffee_strictly_enabled_cookie_categories');Yes, the functions.php is working otherwise
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘gdpr_strictly_enabled_category not working (Polylang setup)’ is closed to new replies.