{"id":1261,"date":"2013-09-18T20:00:16","date_gmt":"2013-09-18T11:00:16","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1261"},"modified":"2013-09-18T20:01:46","modified_gmt":"2013-09-18T11:01:46","slug":"how-to-stop-showing-wordpress-update-notification-message","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-stop-showing-wordpress-update-notification-message\/","title":{"rendered":"How to stop showing wordpress Update notification message"},"content":{"rendered":"<p>Here is code to stop showing wordpress Update notification message.<\/p>\n<p>Want to remove the nagging update notice from your WordPress site? Sometimes this can be helpful if you built the site for someone else and don\u2019t want them upgrading it. Perhaps there are plugins running on the site that won\u2019t be compatible with the update. Here\u2019s a quick snippet to remove the notice from your site:<\/p>\n<p>Just below code in your theme function.php file<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nadd_filter( 'pre_site_transient_update_core', create_function( '$a', &quot;return null;&quot; ) );\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is code to stop showing wordpress Update notification message. Want to remove the nagging update notice from your WordPress site? Sometimes this can be helpful if you built the site for someone else and don\u2019t want them upgrading it. Perhaps there are plugins running on the site that won\u2019t be compatible with the update. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[630,627,628,629],"class_list":["post-1261","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-disabled-wordpress-update-notification-message","tag-how-to-stop-showing-wordpress-update-notification-message","tag-stop-showing-wordpress-update-notification-message","tag-stop-wordpress-update-notification-message"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1261","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=1261"}],"version-history":[{"count":1,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1261\/revisions"}],"predecessor-version":[{"id":1262,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1261\/revisions\/1262"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}