• Resolved eule1

    (@eule1)


    Hello, since the last update wordpress tells me there is a critical error, as I do not have an opt in banner. Always tells me to scan the cookies, but this is only possible with the paid version.
    I used the cookie banner only as information regarding functional cookies, as I do not have third party cookies on the site. I only used the banner as an information. This is not possible any more, is this correct? Means, that I have to remove the plugin or looking for another one. Thanks for your yelp.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter eule1

    (@eule1)

    Hello, close the topic, as I found the answer of my question in a previous topic.

    add_filter(‘site_status_tests’, function ($tests) {
    unset($tests[‘direct’][‘cookie_compliance_status’]);
    return $tests;
    });

    Thanks, this helped. Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘critical error’ is closed to new replies.