Disabling admin notifications?
-
Firstly, thanks for creating such a reliable plugin – the Lite version has always worked for me across different sites and setups.
I have a WooCommerce-based subscription website which generates a lot of scheduled actions (sub renewals etc) in the Action Scheduler.
The load on the server can get quite high, so I’m looking at optimising as much as possible by removing unnecessary tasks.
I notice in the scheduled actions a lot of instances of the following hook:
wp_mail_smtp_admin_notifications_update
At times it runs about three or four times in a five minute window, other times it’s every few hours.
Im guessing from the name it’s querying something to generate a quick report or send a notification to admin users? As I get full logging from the SMTP provider (Send In Blue), I don’t have any need for the dashboard widget, so I turn this off in settings.
Is the hook mentioned above to do with the dashboard widget, or something else?
If it is, it shouldn’t be firing if the widget is not enabled.
If it’s something else, can you please explain:
A) what it actually is doing
B) if it’s safe to disable
C) how to disable itThanks in advance.
- The topic ‘Disabling admin notifications?’ is closed to new replies.