Disable Auto Update Notification Emails code not working
-
Since I’m using Post SMTP to send mail via SMTP or MailGun on some sites, I was curious if Post SMTP is bypassing all hooks/filters code placed in functions.php such as the code to Disable Auto Update Notification Emails like:
add_filter( 'auto_plugin_update_send_email', '__return_false' );
If so, is there a way around this or would I have to make a filter in the email software or Mailgun respectively?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable Auto Update Notification Emails code not working’ is closed to new replies.