I have seen the coronabar notice working once! I hit “no thanks” and everything went as expected. The notice stayed put. Alas wasn’t able to reproduce the condition on aother wordpress installations.
It looks like
plugins\cookie-notice\js\admin-notice.js
plugins\cookie-notice\css\admin-notice.css
don’t get loaded (almost never seems).
Anyway with a working “dismissed” setting and tracing down the code I found out how to dismiss the coronabar notice “manually”.
The flag should be in table wp_options, option “cookie_notice_options”, subrecord “update_notice” set to false. I used adminer to set that, but the plugin code for doing that is
$this->options['general'] = wp_parse_args( array( 'update_notice' => false ), $this->options['general'] );
Please Author, fix the display of the notice! The idea is good and I have nothing against it, but a non-dismissible large notice is very very frustrating!
Thank you and good luck everybody