
<?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: Disable Automatic upgrades for a customised plugin</title>
	<atom:link href="http://dd32.id.au/2009/01/29/disable-automatic-upgrades-for-a-customised-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://dd32.id.au/2009/01/29/disable-automatic-upgrades-for-a-customised-plugin/</link>
	<description>blog://dd32.id.au/</description>
	<lastBuildDate>Sat, 28 Jan 2012 03:11:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19861</generator>
	<item>
		<title>By: mk</title>
		<link>http://dd32.id.au/2009/01/29/disable-automatic-upgrades-for-a-customised-plugin/comment-page-1/#comment-30891</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Fri, 15 Jul 2011 11:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://dd32.id.au/?p=867#comment-30891</guid>
		<description>Tried as per instructions on wordpress 3.21, but doesn&#039;t work.  Can u please suggest the best  way to implement on new wordpress.</description>
		<content:encoded><![CDATA[<p>Tried as per instructions on wordpress 3.21, but doesn&#8217;t work.  Can u please suggest the best  way to implement on new wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DD32</title>
		<link>http://dd32.id.au/2009/01/29/disable-automatic-upgrades-for-a-customised-plugin/comment-page-1/#comment-27917</link>
		<dc:creator>DD32</dc:creator>
		<pubDate>Wed, 30 Mar 2011 01:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://dd32.id.au/?p=867#comment-27917</guid>
		<description>The main file being the one with the Plugin header (ie. /* Plugin Name: XYZ..)

It doesn&#039;t matter where in the file, just as long as it&#039;s not within another code block.

The simplest place is to place it after the header:
&lt;pre&gt;
&lt;php
/*
Plugin Name: XY..
*/
 &lt;-- Insert the custom code here
class PluginXYZ {..
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The main file being the one with the Plugin header (ie. /* Plugin Name: XYZ..)</p>
<p>It doesn&#8217;t matter where in the file, just as long as it&#8217;s not within another code block.</p>
<p>The simplest place is to place it after the header:</p>
<pre>
&lt;php
/*
Plugin Name: XY..
*/
 &lt;-- Insert the custom code here
class PluginXYZ {..
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

