Title: Automatic Notifications
Last modified: July 20, 2024

---

# Automatic Notifications

 *  Resolved [Andreas](https://wordpress.org/support/users/perryzelda/)
 * (@perryzelda)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/)
 * Hi,
 * this is a really very useful plugin.
 * But to who ever decided to activate automatic email-notifications with the last
   update, without asking for prior confirmation: this is a very bad idea!!
   Please
   disable this as soon as possible with a new update.The current situation is really
   annoying.
 * Thanks
   Andreas
    -  This topic was modified 1 year, 10 months ago by [Andreas](https://wordpress.org/support/users/perryzelda/).
    -  This topic was modified 1 year, 10 months ago by [Andreas](https://wordpress.org/support/users/perryzelda/).

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/automatic-notifications-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/automatic-notifications-2/page/2/?output_format=md)

 *  [Amir](https://wordpress.org/support/users/amirfallah/)
 * (@amirfallah)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17902587)
 * Hi [@perryzelda](https://wordpress.org/support/users/perryzelda/)
 * We sincerely apologize for any inconvenience caused.
 * It seems that the removal of one of the options in Admin Notifications in the
   new update has caused the above issue. We apologize for this inconvenience and
   are actively working on resolving it.
 * To fix the issue, please go to **Settings – Admin Notifications** and set the**
   Report Frequency** option to **Disable**. This should resolve the problem.
 * Thank you for your patience.
   Regards,
 *  [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * (@stormymondays)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17903650)
 * It seems replies have disappeared? Is this going to be fixed in the next version?
 *  Thread Starter [Andreas](https://wordpress.org/support/users/perryzelda/)
 * (@perryzelda)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17903660)
 * Very strange! 
   Who deleted the other replies?
 *  [Amir](https://wordpress.org/support/users/amirfallah/)
 * (@amirfallah)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17903701)
 * Hi [@stormymondays](https://wordpress.org/support/users/stormymondays/) [@perryzelda](https://wordpress.org/support/users/perryzelda/)
 * We have not deleted any replies, usually the responses are deleted by the main
   WordPress Moderator.
 * We are working on this issue and will release a new version of the plugin in 
   the next one or two days, in which this problem has been resolved.
 * We apologize again for this problem.
   Sincerely,
 *  Thread Starter [Andreas](https://wordpress.org/support/users/perryzelda/)
 * (@perryzelda)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17904369)
 * Hi,
 * FYI: 
   The fix does not work. Although all notifications are disabled, the plugin
   keeps sending daily emails.
 *  [51nullacht](https://wordpress.org/support/users/51nullacht/)
 * (@51nullacht)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17905167)
 * Same here.
 * (I wonder why it’s on as default and overloading my inbox…)
 *  [gmariani405](https://wordpress.org/support/users/gmariani405/)
 * (@gmariani405)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17905423)
 * was just about to leave a bad review about this too, really annoying when you
   manage a large number of sites. can’t wait for this to be fixed…
 *  [Amir](https://wordpress.org/support/users/amirfallah/)
 * (@amirfallah)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17905666)
 * We have just released version 14.9.2, which resolves the email sending issue.
   Please update the plugin to fix the problem.
 * We apologize again for any inconvenience this may have caused.
   Sincerely,
 *  Thread Starter [Andreas](https://wordpress.org/support/users/perryzelda/)
 * (@perryzelda)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17906721)
 * Well, I appreciate your effort, but this did not solve the problem.
 * The plugin keeps sending emails, although notifications are disabled and although
   updated to version 14.9.2.
 * This concerns several websites and is therefore not the problem of a single setting
 *  [Amir](https://wordpress.org/support/users/amirfallah/)
 * (@amirfallah)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17907596)
 * Dear [@perryzelda](https://wordpress.org/support/users/perryzelda/)
 * Please send us a screenshot of the **Admin Notifications settings** page for 
   a detailed review.
   Also, please provide the values for the following commands
   so we can check their current settings:
 *     ```wp-block-code
       wp option get wp_statistics | grep "time_report"wp option get wp_statistics | grep "stats_report"
       ```
   
 * Additionally, you can delete the email sending event using the following command:
 *     ```wp-block-code
       wp cron event delete wp_statistics_report_hook
       ```
   
 * If you are unable to delete the event using the command, you can remove the event
   using the [WP Crontrol](https://wordpress.org/plugins/wp-crontrol/) plugin.
 * We apologize again for any inconvenience caused.
   Sincerely,
 *  [gmariani405](https://wordpress.org/support/users/gmariani405/)
 * (@gmariani405)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17907731)
 * I think part of the issue is either caching or the plugin needs to initialize
   the variable properly. I checked via CLI on one of my sites and this is what 
   it returned:
 * ‘time_report’ => ‘weekly’,
 * I log into the site and check the settings and it’s set to disabled. I check 
   the CLI again (i haven’t touched or changed any settings) and this is what it
   reported:
 * ‘time_report’ => ‘0’,
 *  [Amir](https://wordpress.org/support/users/amirfallah/)
 * (@amirfallah)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17907904)
 * Hi [@gmariani405](https://wordpress.org/support/users/gmariani405/)
 * After your login, the respective hook was executed, and the settings have reverted
   to their previous state. Now you should no longer receive any emails. Is that
   correct?
 *  [gmariani405](https://wordpress.org/support/users/gmariani405/)
 * (@gmariani405)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17907924)
 * I’ll know for sure tomorrow. I had a bunch still email me today, which is when
   i went in and checked them using your CLI commands to confirm. I went through
   about 15 that still had erroneous settings. After I logged in, about 7 of them
   corrected themselves automatically. But as I said, I’ll know for sure tomorrow
   if i get any more emails or not.
 *  [yellowfellow333](https://wordpress.org/support/users/yellowfellow333/)
 * (@yellowfellow333)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17919149)
 * [@amirfallah](https://wordpress.org/support/users/amirfallah/) : What did you
   do? 14.9.1 sent updates again so I wanted to DISABLE them. But: WP Statistics
   DOESN’T save ANY changes anymore. Updated to 14.9.2 but SAME thing here – NO 
   possibility to save changes. I get a successful message but then everything is
   resetted to previous state again.
   We use your plugin on ALL our sites and they
   all rund perfectly… except for your plugin.
    -  This reply was modified 1 year, 10 months ago by [yellowfellow333](https://wordpress.org/support/users/yellowfellow333/).
 *  [yellowfellow333](https://wordpress.org/support/users/yellowfellow333/)
 * (@yellowfellow333)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/#post-17919212)
 * [@amirfallah](https://wordpress.org/support/users/amirfallah/) Had the same problem
   with 14.9.3 still. Tested everything possible many times and I think I found 
   the point. As I cleared the object cache everything worked again. Your plugin
   never before had problems with the object cache so maybe you can look after that.
   
   Best regards

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/automatic-notifications-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/automatic-notifications-2/page/2/?output_format=md)

The topic ‘Automatic Notifications’ is closed to new replies.

 * ![](https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064)
 * [WP Statistics – Simple, privacy-friendly Google Analytics alternative](https://wordpress.org/plugins/wp-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-statistics/reviews/)

## Tags

 * [impossible](https://wordpress.org/support/topic-tag/impossible/)
 * [save](https://wordpress.org/support/topic-tag/save/)
 * [Saving](https://wordpress.org/support/topic-tag/saving/)

 * 17 replies
 * 8 participants
 * Last reply from: [Amir](https://wordpress.org/support/users/amirfallah/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/automatic-notifications-2/page/2/#post-17919973)
 * Status: resolved