Changing default cookie prefix
-
By default, the consent category cookies set by this plugin use the prefix
wp_consent(e.g.wp_consent_functional). However, some caching solutions, including those provided by some WordPress hosts, will exempt pages from cache if any cookies starting withwpare present. I know that Pressable exempts pages from caching that way: https://pressable.com/knowledgebase/how-does-batcache-page-caching-work/I understand that there is a
wp_consent_cookie_prefixfilter that can be used to programmatically change the default cookie prefix. Using that requires some level of coding familiarity though, and also assumes you know that the prefix can or should be changed.Would it be possible to have the default prefix changed to not start with
wp? Or alternatively include a UI setting to change the prefix?
You must be logged in to reply to this topic.