[wp-trac] [WordPress Trac] #22704: Automatic Core Updates
WordPress Trac
noreply at wordpress.org
Thu Sep 19 17:16:59 UTC 2013
#22704: Automatic Core Updates
-----------------------------+-----------------------
Reporter: pento | Owner: pento
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 3.7
Component: Upgrade/Install | Version: 3.5
Severity: normal | Resolution:
Keywords: dev-feedback |
-----------------------------+-----------------------
Comment (by JustinSainton):
Wondering if it might be nice to have a filter around the send_email()
function? For me, at least, I don't care to be notified every time WP
automatically updates (iOS7 won't email me, Chrome doesn't email me, etc.)
Something like -
{{{
if ( apply_filters( 'auto_upgrade_email_notice', true, $core_update,
$theme_updates, $plugin_updates ) )
self::send_email();
}}}
Thoughts?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22704#comment:49>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list