Created
October 30, 2013 14:57
-
-
Save mustardBees/7234059 to your computer and use it in GitHub Desktop.
Disable all WordPress auto update email notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Disable all WordPress auto update email notifications | |
Plugin URI: http://www.iweb.co.uk/ | |
Description: Disable all WordPress auto update email notifications following an automatic update. | |
Version: 1.0 | |
Author: iWeb | |
Author URI: http://www.iweb.co.uk/ | |
*/ | |
add_filter( 'auto_core_update_send_email', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment