Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable automatic mails #28

Closed
bodograumann opened this issue Dec 29, 2020 · 5 comments
Closed

Disable automatic mails #28

bodograumann opened this issue Dec 29, 2020 · 5 comments

Comments

@bodograumann
Copy link

@bodograumann bodograumann commented Dec 29, 2020

I don’t want all the site admins in my wordpress network to get weekly mails that only confuse them.
Please disable the notification mails by default.

@fliespl
Copy link

@fliespl fliespl commented Feb 27, 2021

You can use filters to disable them until feature is implemented :)

@doit-jochem
Copy link

@doit-jochem doit-jochem commented Mar 26, 2021

Hi All!

At our business we have more then a few Wordpress environments. Disabling the automatic mails is a must for us because our customers are getting the mails now and are getting confused. Adding the filters in each project would be time consuming. I also prefer to let the plugin codebase maintain the most of the functionality and only in worst-cases add the filters in each project.

Is there a solution in progress?

Thanks in advance.

With kind regards,

Jochem

@Clorith
Copy link
Member

@Clorith Clorith commented Apr 18, 2021

I'll sound a bit direct here, but you could also resolve the emails by upgrading, or replacing, the plugins or themes that are causing deprecation notices, this would also ensure that sites do not suddenly lose functionality unexpectedly in the future.

@jmslbam
Copy link

@jmslbam jmslbam commented May 11, 2021

I found out these lines helped.

remove_action( 'enable_jquery_migrate_helper_notification', array( 'jQuery_Migrate_Helper', 'scheduled_event_handler' ) );
remove_action( 'admin_bar_menu', array( 'jQuery_Migrate_Helper', 'admin_bar_menu' ), 100 );
remove_action( 'admin_notices', array( 'jQuery_Migrate_Helper', 'admin_notices' ) );

@Clorith
Copy link
Member

@Clorith Clorith commented Jan 31, 2022

As the notifications system is an integral, and intended, part of the plugins behavior. I'm closing out this issue at this time.

The official remediation from our side is to address any warnings of deprecated code, so that the plugin may be removed.

@Clorith Clorith closed this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants