Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active November 24, 2020 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/abed22319466f316d95b15e684b80bb6 to your computer and use it in GitHub Desktop.
Save lukecav/abed22319466f316d95b15e684b80bb6 to your computer and use it in GitHub Desktop.
Disable auto-updates for WordPress core major versions by default in WordPress 5.6
add_filter( 'allow_major_auto_core_updates', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment