{"id":997,"date":"2012-10-26T15:59:33","date_gmt":"2012-10-26T06:59:33","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=997"},"modified":"2012-10-26T16:08:46","modified_gmt":"2012-10-26T07:08:46","slug":"how-to-disable-plugin-updates-on-wordpress-blog","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-disable-plugin-updates-on-wordpress-blog\/","title":{"rendered":"<strong>How to <em>disable plugin updates on your WordPress blog<em><\/strong>"},"content":{"rendered":"<p><strong>Here is wordpress function php Snippet code to disable plugin updates on WordPress blog<\/strong>.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nremove_action( 'load-update-core.php', 'wp_update_plugins' );\r\nadd_filter( 'pre_site_transient_update_plugins', create_function( '$a', &quot;return null;&quot; ) );\r\n<\/pre>\n<p>Simply add that to your functions.php file and click save and the notices of wordpress plugin updates will disappear.<br \/>\n<em>Thanks to\u00a0WP Snippets\u00a0for the useful tip!<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is wordpress function php Snippet code to disable plugin updates on WordPress blog. remove_action( &#8216;load-update-core.php&#8217;, &#8216;wp_update_plugins&#8217; ); add_filter( &#8216;pre_site_transient_update_plugins&#8217;, create_function( &#8216;$a&#8217;, &quot;return null;&quot; ) ); Simply add that to your functions.php file and click save and the notices of wordpress plugin updates will disappear. Thanks to\u00a0WP Snippets\u00a0for the useful tip!<\/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":[481,479,478,480,725,9],"class_list":["post-997","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-code-to-disable-plugin-updates-wordpress","tag-disable-plugin-updates-on-wordpress","tag-how-to-disable-plugin-updates-on-wordpress-blog","tag-plugin-updates-on-wordpress-blog","tag-wordpress","tag-wordpress-tricks"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/997","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=997"}],"version-history":[{"count":6,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/997\/revisions"}],"predecessor-version":[{"id":1003,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/997\/revisions\/1003"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}