WordPress Disable Core Update Notification Message without plugins

Home » Blog » Resources » Wordpress » WordPress Disable Core Update Notification Message without plugins

Using a simple way you can disable WordPress Core Update Notification Message without using plugins, by just adding few lines of code inside your themes functions.php file.

Just add this line inside your current themes functions.php file.

add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );
Tags: , ,

2 Comments on "WordPress Disable Core Update Notification Message without plugins"

  1. JOSE MARIA says:

    wow, thank you, the code works ok.

    Reply →
  2. John says:

    Wow thanks so much

    Reply →

Got something to say? Go for it!

CommentLuv badge

Magento : Return Store Variables (name,phone number,email) - We can get store variables like name,phone number, em... http://t.co/FEU4iWkZvZ - 5 days ago