When an automatic update happens WordPress sends an email to the site administrator notifying about the update. You can disable this email notification by using this filter
add_filter( 'auto_core_update_send_email', '__return_false' );
When an automatic update happens WordPress sends an email to the site administrator notifying about the update. You can disable this email notification by using this filter
I am a full-stack web developer. I specialize in Blockchain and JavaScript. This is my personal blog where I write about programming and technologies that I learn and feel interesting to share.
Leave a Reply