• Hello,
    after i Update my page i got these error.

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Cookie_Notice' does not have a method 'add_cookie_notice' in /var/www/web22432448/html/wp-includes/class-wp-hook.php on line 287

    Can someone help me out?

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

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    We’ve checked that and it’s not an issue with Cookie Notice but a different plugin trying to use it’s features without checking first if the method exists.

    Technically speaking 2.0 release was a major update and the ‘add_cookie_notice’ method is no longer available in Cookie_Notice class but in Cookie_Notice_Frontend class and should called differently, like Cookie_Notice()->frontend->add_cookie_notice()

    Question is what plugin on your site makes tries to use that method.

Viewing 1 replies (of 1 total)
  • The topic ‘Cookie Notice Plugin Error’ is closed to new replies.