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 software engineer specialising in Blockchain, DevOps and Go/JavaScript. This is my personal blog where I write about things that I learn and feel interesting to share.
Leave a Reply