-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Great plugin. But when dynamically loading Google Analytics, the user_cookie_already_accepted can be triggered early.
My work-around was to add an additional public function, so you can check cookie acceptance at any time:
alreadyAccepted : function() {
// No need to display this if user already accepted the policy
return userAlreadyAcceptedCookies();
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels