<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: disable-wordpress-plugin-updates</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: disable-wordpress-plugin-updates</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 10:54:46 +0000</pubDate>

<item>
<title>johnbillion on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-845422</link>
<pubDate>Thu, 04 Sep 2008 22:21:56 +0000</pubDate>
<dc:creator>johnbillion</dc:creator>
<guid isPermaLink="false">845422@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@alkagoel: Correct. What would you like done about it?
&#60;/p&#62;</description>
</item>
<item>
<title>alkagoel on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-844993</link>
<pubDate>Thu, 04 Sep 2008 12:52:46 +0000</pubDate>
<dc:creator>alkagoel</dc:creator>
<guid isPermaLink="false">844993@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://lifewithagmkgb88.axspace.com/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://lifewithagmkgb88.axspace.com/wordpress/&#60;/a&#62;&#60;br /&#62;
is not working
&#60;/p&#62;</description>
</item>
<item>
<title>tommyk421 on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-844752</link>
<pubDate>Thu, 04 Sep 2008 02:28:49 +0000</pubDate>
<dc:creator>tommyk421</dc:creator>
<guid isPermaLink="false">844752@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@localword: Genius.
&#60;/p&#62;</description>
</item>
<item>
<title>localword on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-700952</link>
<pubDate>Fri, 29 Feb 2008 16:10:51 +0000</pubDate>
<dc:creator>localword</dc:creator>
<guid isPermaLink="false">700952@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Someone elsewhere posted a simple css fix so the wordpress core update message won't display (the chief concern I have for my customers).&#60;/p&#62;
&#60;p&#62;Edit the wp-admin.css (under the wp-admin directory) and add &#34;display: none;&#34; to #update-nag section. (it's near the very bottom)&#60;/p&#62;
&#60;p&#62;Worked like a champ and was very easy.&#60;/p&#62;
&#60;p&#62;The plug-in (http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/) oddly enough caused severe performance issues on my blogs causing page timeouts and extremely slow page loads.  Deactivate the plugin, all is good,  Activate it, performance issues abound.  It would happen 1 out of every 4-6 page loads.  Strange.&#60;/p&#62;
&#60;p&#62;Side note - I use A LOT of plugins, so this could be a result of a combination of plugins, not that this one is the sole cause.  But wanted to provide a heads up if anyone else experienced the same thing.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-687148</link>
<pubDate>Sun, 03 Feb 2008 21:38:40 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">687148@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have found the &#34;Disable Core Update&#34; does not actually work in preventing all activity. The reason is because the default priority for the add_action is too low.&#60;/p&#62;
&#60;p&#62;edit the plugin and change the first line to this simple addition:&#60;br /&#62;
&#60;code&#62;add_action( &#38;#39;init&#38;#39;, create_function( &#38;#39;$a&#38;#39;, &#38;quot;remove_action( &#38;#39;init&#38;#39;, &#38;#39;wp_version_check&#38;#39; );&#38;quot; ),2);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(only thing that is different is the &#34;,2&#34; which sets a very high priority)&#60;/p&#62;
&#60;p&#62;This change is tested working.
&#60;/p&#62;</description>
</item>
<item>
<title>war59312 on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-627340</link>
<pubDate>Sat, 06 Oct 2007 03:57:12 +0000</pubDate>
<dc:creator>war59312</dc:creator>
<guid isPermaLink="false">627340@http://wordpress.org/support/</guid>
<description>&#60;p&#62;OMG I'm blind some times... Yeah thanks.. Got both working fine now... Thanks! :D
&#60;/p&#62;</description>
</item>
<item>
<title>johnbillion on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-626078</link>
<pubDate>Thu, 04 Oct 2007 00:05:21 +0000</pubDate>
<dc:creator>johnbillion</dc:creator>
<guid isPermaLink="false">626078@http://wordpress.org/support/</guid>
<description>&#60;p&#62;war59312: you're using the wrong plugin. Try this one: &#60;a href=&#34;http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Ott042: the plugin does in fact hide the update notification even if the update flag has already been set before the plugin was activated :)
&#60;/p&#62;</description>
</item>
<item>
<title>war59312 on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-624990</link>
<pubDate>Tue, 02 Oct 2007 06:04:49 +0000</pubDate>
<dc:creator>war59312</dc:creator>
<guid isPermaLink="false">624990@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Oh ok, got ya.. Any way to remove that flag then?
&#60;/p&#62;</description>
</item>
<item>
<title>Otto42 on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-624506</link>
<pubDate>Mon, 01 Oct 2007 14:00:01 +0000</pubDate>
<dc:creator>Otto42</dc:creator>
<guid isPermaLink="false">624506@http://wordpress.org/support/</guid>
<description>&#60;p&#62;war59312: The update code sets a flag when it finds an update. So turning off the check like this won't disable that flag.&#60;/p&#62;
&#60;p&#62;So, it's not that it's looking for an update still, it's that it actually found one before you turned them off. The flag won't clear until you actually perform the update.
&#60;/p&#62;</description>
</item>
<item>
<title>war59312 on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-624375</link>
<pubDate>Mon, 01 Oct 2007 05:55:23 +0000</pubDate>
<dc:creator>war59312</dc:creator>
<guid isPermaLink="false">624375@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I see this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lud.icro.us/disable-wordpress-core-update/&#34; rel=&#34;nofollow&#34;&#62;http://lud.icro.us/disable-wordpress-core-update/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But not working at all:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img206.imageshack.us/img206/7510/wordpressupdatebrokekn6.png&#34; rel=&#34;nofollow&#34;&#62;http://img206.imageshack.us/img206/7510/wordpressupdatebrokekn6.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I logged out of admin cp, cleared cache, and then relogin and check the plugin page and still showing updates.
&#60;/p&#62;</description>
</item>
<item>
<title>jonez on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-621342</link>
<pubDate>Wed, 26 Sep 2007 02:36:23 +0000</pubDate>
<dc:creator>jonez</dc:creator>
<guid isPermaLink="false">621342@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the update! I'm not terribly concerned about the privacy issues raised by some. I just don't need it active on every one of my WordPress installs ... seven and rising! :)
&#60;/p&#62;</description>
</item>
<item>
<title>Otto42 on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-621011</link>
<pubDate>Tue, 25 Sep 2007 18:08:39 +0000</pubDate>
<dc:creator>Otto42</dc:creator>
<guid isPermaLink="false">621011@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The issue was not raised until just before the release, leaving no time to get a simple checkbox option added.&#60;/p&#62;
&#60;p&#62;There is a ticket and patch in to do just that. These plugins are only there in order to combat irrational paranoia.&#60;/p&#62;
&#60;p&#62;Regardless, this information is not saved anywhere. It's only used to determine update needs.
&#60;/p&#62;</description>
</item>
<item>
<title>jonez on "Disabling update notification features (core feature)"</title>
<link>http://wordpress.org/support/topic/135647#post-620984</link>
<pubDate>Tue, 25 Sep 2007 17:48:46 +0000</pubDate>
<dc:creator>jonez</dc:creator>
<guid isPermaLink="false">620984@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Why isn't there a simple preference to disable core and plugin update checks? Make it scary, make it horrible, but please make it available without adding to my plugin checklist.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
