Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 11, 2022 18:48
Show Gist options
  • Save lukecav/00c83cf144ccd0ef3b9d31d8884842c0 to your computer and use it in GitHub Desktop.
Save lukecav/00c83cf144ccd0ef3b9d31d8884842c0 to your computer and use it in GitHub Desktop.
Disable WordPress core update notifications
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