{"id":988,"date":"2012-10-26T15:25:39","date_gmt":"2012-10-26T06:25:39","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=988"},"modified":"2012-10-26T16:09:10","modified_gmt":"2012-10-26T07:09:10","slug":"how-to-disable-the-wordpress-update-notice","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-disable-the-wordpress-update-notice\/","title":{"rendered":"<strong>How to <em>disable the WordPress Update Notice<\/em><\/strong>"},"content":{"rendered":"<p><strong>Here is <a href=\"https:\/\/www.santoshkori.com\/blog\/category\/wordpress\/\">wordpress<\/a> php function<\/strong> <strong>code to Disable the WordPress Update Notice from <a href=\"https:\/\/www.santoshkori.com\/blog\/category\/wordpress\/\">wordpress<\/a> backend<\/strong>.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">add_filter( 'pre_site_transient_update_core', create_function( '$a', &quot;return null;&quot; ) );<\/pre>\n<p>Simply add that to your functions.php file and click save and the notices will disappear. :)<\/p>\n<p>Source: wp-snippets.com<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is wordpress php function code to Disable the WordPress Update Notice from wordpress backend. add_filter( &#8216;pre_site_transient_update_core&#8217;, create_function( &#8216;$a&#8217;, &quot;return null;&quot; ) ); Simply add that to your functions.php file and click save and the notices will disappear. :) Source: wp-snippets.com<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,184],"tags":[473,475,474,472,476,477,725,9],"class_list":["post-988","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-wordpress-tip-and-tricks","tag-disable-the-wordpress-update-notice","tag-disable-wordpress-update","tag-disable-wordpress-update-notice","tag-how-to-disable-the-wordpress-update-notice","tag-remove-wordpress-update-notice","tag-remove-wordpress-updates","tag-wordpress","tag-wordpress-tricks"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=988"}],"version-history":[{"count":9,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/988\/revisions"}],"predecessor-version":[{"id":1005,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/988\/revisions\/1005"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}