Cookiebot script not added on front-end while logged in.
-
I’m having trouble getting the Cookiebot script to be added on the front-end while being logged in.
I’m having this issue on a multi-site. This setting is checked “Enable Cookiebot on front end while logged in”.
I narrowed it down to cookiebot.php:if($this->get_cookie_blocking_mode() == 'auto' && $this->can_current_user_edit_theme() && $printTag !== false && get_site_option('cookiebot-output-logged-in') == false) { return; }
The
get_site_option('cookiebot-output-logged-in')
is always false and not reading my setting.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cookiebot script not added on front-end while logged in.’ is closed to new replies.