<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Remove Update Checks for a WordPress Plugin</title>
	<atom:link href="http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/</link>
	<description>In Development</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:59:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Gabriel Silverman</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-252</link>
		<dc:creator>Gabriel Silverman</dc:creator>
		<pubDate>Thu, 06 Oct 2011 21:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-252</guid>
		<description>Thanks, I&#039;ve been trying to figure out how to disable WordPress plugins that have modified from being eligible for version updates.  This is what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve been trying to figure out how to disable WordPress plugins that have modified from being eligible for version updates.  This is what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin Walker</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-106</link>
		<dc:creator>Devin Walker</dc:creator>
		<pubDate>Thu, 11 Nov 2010 01:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-106</guid>
		<description>Awesome post! Thanks for this bit of code.</description>
		<content:encoded><![CDATA[<p>Awesome post! Thanks for this bit of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOst_53</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-98</link>
		<dc:creator>MOst_53</dc:creator>
		<pubDate>Fri, 29 Oct 2010 08:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-98</guid>
		<description>Thanx for your post! It really help me! :)</description>
		<content:encoded><![CDATA[<p>Thanx for your post! It really help me! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-94</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Mon, 18 Oct 2010 08:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-94</guid>
		<description>Another more easy and pretty reliable way to prevent a customized plugin from updating is to set its version number to something a lot higher than its current version number.

The solution presented here or Pete&#039;s solution didn&#039;t work reliably for me (or didn&#039;t work at all).</description>
		<content:encoded><![CDATA[<p>Another more easy and pretty reliable way to prevent a customized plugin from updating is to set its version number to something a lot higher than its current version number.</p>
<p>The solution presented here or Pete&#8217;s solution didn&#8217;t work reliably for me (or didn&#8217;t work at all).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gegere</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-81</link>
		<dc:creator>Jason Gegere</dc:creator>
		<pubDate>Thu, 16 Sep 2010 05:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-81</guid>
		<description>&lt;p&gt;The issue with using this code in a plugin is you can only use it once otherwise you will have redeclaration issues. &lt;/p&gt;

&lt;p&gt;A plugin that I have been using now is &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-manage-plugins/&quot; rel=&quot;nofollow&quot;&gt;WP-Manage-Plugins&lt;/a&gt;. There seems to be a small interface issue when using WordPress 3.0-3.1 but a browser refresh makes plugins usable again, just an admin glitch. I will add a new post when I have more information regarding a solid solution.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The issue with using this code in a plugin is you can only use it once otherwise you will have redeclaration issues. </p>
<p>A plugin that I have been using now is <a href="http://wordpress.org/extend/plugins/wp-manage-plugins/">WP-Manage-Plugins</a>. There seems to be a small interface issue when using WordPress 3.0-3.1 but a browser refresh makes plugins usable again, just an admin glitch. I will add a new post when I have more information regarding a solid solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-73</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Sun, 29 Aug 2010 10:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-73</guid>
		<description>This hack doesn&#039;t seem to work in WordPress 3.0.1, after copy/pasting it (exactly!) into a plugin file it generates this error :

Fatal error: Cannot redeclare dm_prevent_update_check() (previously declared in mydomain.com/wp-content/plugins/category-shortcode-w-generator/category_shortcode.php:264) in mydomain.com/wp-content/plugins/rotating-posts/rotating-posts.php on line 36</description>
		<content:encoded><![CDATA[<p>This hack doesn&#8217;t seem to work in WordPress 3.0.1, after copy/pasting it (exactly!) into a plugin file it generates this error :</p>
<p>Fatal error: Cannot redeclare dm_prevent_update_check() (previously declared in mydomain.com/wp-content/plugins/category-shortcode-w-generator/category_shortcode.php:264) in mydomain.com/wp-content/plugins/rotating-posts/rotating-posts.php on line 36</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gegere</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-36</link>
		<dc:creator>Jason Gegere</dc:creator>
		<pubDate>Tue, 15 Jun 2010 00:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-36</guid>
		<description>Thanks for the tip I have the post updated.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip I have the post updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Mall</title>
		<link>http://www.htmlgraphic.com/remove-update-checks-for-a-wordpress-plugin/comment-page-1/#comment-35</link>
		<dc:creator>Pete Mall</dc:creator>
		<pubDate>Tue, 15 Jun 2010 00:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1263#comment-35</guid>
		<description>It should be&lt;code&gt;set_site_transient( &#039;update_plugins&#039;, &#039;&#039; )&lt;/code&gt; to clear the cache or you can unserialize and iterate through it and unset it for your plugin.</description>
		<content:encoded><![CDATA[<p>It should be<code>set_site_transient( 'update_plugins', '' )</code> to clear the cache or you can unserialize and iterate through it and unset it for your plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

