add_filter( 'auto_core_update_send_email', 'wpb_stop_auto_update_emails', 10, 4 ); function wpb_stop_update_emails( $send, $type, $core_update, $result ) { if ( ! empty( $type ) && $type == 'success' ) { return false; } return true; } add_filter( 'auto_plugin_update_send_email', '__return_false' ); add_filter( 'auto_theme_update_send_email', '__return_false' );

‘You can approach your life as if your purpose is just to get by until the clock runs out, or you can work to make something of every moment you have.  There are really only two ways to go here. Both are choices. Only you can make the choice to live your life on purpose. Will you?’

from Your Life on Purpose (Mckay, Forsyth & Eifert)