Skip to content

Instantly share code, notes, and snippets.

@NicolasPio
Created November 4, 2014 14:24
Show Gist options
  • Select an option

  • Save NicolasPio/c00dd77c05d77073e5bc to your computer and use it in GitHub Desktop.

Select an option

Save NicolasPio/c00dd77c05d77073e5bc to your computer and use it in GitHub Desktop.
Disable message update WordPress
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