We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the simpliofied version of the consent it is impossible to distinguish between Accept all and Accept functional only options.
The cookies becomes:
Accept-all
Cookie_Consent_Key: 5ef9ce9d9cd6d Cookie_Consent: [datetime]
Functional only
Cookie_Consent_Key: 5ef9cef75a920 Cookie_Consent: [datetime]
Configuration:
ch_cookie_consent: theme: dark categories: ~ use_logger: false position: 'top' simplified: true
This means that chcookieconsent_isCookieConsentSavedByUser() no longer works.
chcookieconsent_isCookieConsentSavedByUser()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the simpliofied version of the consent it is impossible to distinguish between Accept all and Accept functional only options.
The cookies becomes:
Accept-all
Functional only
Configuration:
This means that
chcookieconsent_isCookieConsentSavedByUser()
no longer works.The text was updated successfully, but these errors were encountered: