Hi @flatpack-music
I hope you’re fine today and thank you for response!
It turns out that there’s an unexpected issue that affects some of the site. It’s related to notification settings getting “stuck” in DB in “Security Tweaks” configuration. It should be solved soon with one of upcoming updates but for now there are two ways that should solve that. Both, unfortunately, involve dealing directly with the database so if you are willing to give it a go, please make sure that you do have a full backup of the database to be able to restore it at any time.
To start with, you’d need to access your database (e.g. using phpMyAdmin) and inside the “wp_options” table find the row for option name = “wd_hardener_settings”. There should only be a single row like that.
Once you got it, the first way is to actually delete this row entirely and then re-set all the security tweaks that you had set before and notifications configuration via Defender in site’s back-end.
The second way is a bit more complex and “risky” but should spare you re-configuring tweaks: edit that record instead of removing it and find this in “option_value” field
"notification":true,"
then replace “true” with “false”; make sure not to make other changes, not to add any additional characters/spaces etc.
If there’s any cache on server – especially object cache – make sure to clear it as well.
This should help but if it doesn’t then you’ll need to go the first way.
Best regards,
Adam