• Resolved themightyant

    (@themightyant)


    Have the same PHP error on several website since the update.

    [12-Oct-2022 08:20:18 UTC] PHP Notice: Undefined variable: allowed_html in /homepages/25/d577755233/htdocs/wordpress-cms/staging5/wp-content/plugins/cookie-bar/cookie-bar.php on line 109

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • christer_f

    (@christer_f)

    Until the plugin author corrects this you can make a simple fix:
    Add the following line after line 102 in the file cookie-bar.php

    global $allowed_html;

    • This reply was modified 2 years ago by christer_f.
    Plugin Author Brontobytes

    (@brontobytes)

    Sorry for the delay! Due to ownership change, we weren’t receiving notifications until recently.

    We’ll get it fixed and include it in the next update that is coming shortly. It will also include some new features.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Notice on plugin since last update’ is closed to new replies.