It looks like nothing was found at this location. Maybe try a search?
/** * Stop sending debug emails */ add_filter( 'automatic_updater_send_debug_email', '__return_false' ); add_filter('auto_core_update_send_email', '__return_false');
It looks like nothing was found at this location. Maybe try a search?