Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
18 stars 16 forks source link

Unknown "chcookieconsent_isAllowed" function. #36

Closed valgreg closed 4 years ago

valgreg commented 4 years ago

Hi all !

When i try {% if chcookieconsent_isAllowed('analytics') == true %} ... {% endif %}

I've an error : Unknown "chcookieconsent_isAllowed" function.

Sf4 ver. 4.3.4 php: 7.3.9

matthijsch commented 4 years ago

We've changed the name of the twig function to "chcookieconsent_isCategoryAllowedByUser"

we will fix the README

valgreg commented 4 years ago

Thx guy ^^