Skip to content

Instantly share code, notes, and snippets.

@trajche
Last active December 31, 2015 08:59
Show Gist options
  • Save trajche/7963691 to your computer and use it in GitHub Desktop.
Save trajche/7963691 to your computer and use it in GitHub Desktop.
Remove WP Core Update Notifications
add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment