<?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: Avoiding WordPress Plugin Conflicts</title>
	<atom:link href="http://www.gwycon.com/avoiding-wordpress-plugin-conflicts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gwycon.com/avoiding-wordpress-plugin-conflicts/</link>
	<description>Silverlight, WPF and C# .NET development</description>
	<lastBuildDate>Fri, 17 Jun 2011 23:02:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Jussi</title>
		<link>http://www.gwycon.com/avoiding-wordpress-plugin-conflicts/comment-page-1/#comment-303</link>
		<dc:creator>Jussi</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://gwycon.com/?p=1483#comment-303</guid>
		<description>Plugins do have an order. They each assign themselves an integer that is used to order actions. E.g. plugin calls a function
add_action(&#039;my_plugin_action&#039;,&#039;the_content&#039;,500);
(or something to that extent) at the end of the plugin code.

Sadly the integer is often hard-coded but you can always ask the plugin dev to make a change.</description>
		<content:encoded><![CDATA[<p>Plugins do have an order. They each assign themselves an integer that is used to order actions. E.g. plugin calls a function<br />
add_action(&#8216;my_plugin_action&#8217;,'the_content&#8217;,500);<br />
(or something to that extent) at the end of the plugin code.</p>
<p>Sadly the integer is often hard-coded but you can always ask the plugin dev to make a change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grae Cullen</title>
		<link>http://www.gwycon.com/avoiding-wordpress-plugin-conflicts/comment-page-1/#comment-276</link>
		<dc:creator>Grae Cullen</dc:creator>
		<pubDate>Wed, 27 May 2009 18:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://gwycon.com/?p=1483#comment-276</guid>
		<description>I think I having a problem like what you describe.  Two plugs apply_filters to &#039;the_content&#039;.  Sadly, data the one plugin gets source html from the other plug in, and inserts it in the code.  Is this cause by what you are describing.

Grae</description>
		<content:encoded><![CDATA[<p>I think I having a problem like what you describe.  Two plugs apply_filters to &#8216;the_content&#8217;.  Sadly, data the one plugin gets source html from the other plug in, and inserts it in the code.  Is this cause by what you are describing.</p>
<p>Grae</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avoiding WordPress Plugin Conflicts &#124; gwycon.com &#124; thepluginsecrets</title>
		<link>http://www.gwycon.com/avoiding-wordpress-plugin-conflicts/comment-page-1/#comment-139</link>
		<dc:creator>Avoiding WordPress Plugin Conflicts &#124; gwycon.com &#124; thepluginsecrets</dc:creator>
		<pubDate>Sat, 07 Mar 2009 06:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://gwycon.com/?p=1483#comment-139</guid>
		<description>[...] Originally posted here:  Avoiding WordPress Plugin Conflicts &#124; gwycon.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Originally posted here:  Avoiding WordPress Plugin Conflicts | gwycon.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avoiding WordPress Plugin Conflicts &#124; gwycon.com</title>
		<link>http://www.gwycon.com/avoiding-wordpress-plugin-conflicts/comment-page-1/#comment-136</link>
		<dc:creator>Avoiding WordPress Plugin Conflicts &#124; gwycon.com</dc:creator>
		<pubDate>Sat, 07 Mar 2009 02:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://gwycon.com/?p=1483#comment-136</guid>
		<description>[...] See the original post here: Avoiding WordPress Plugin Conflicts &#124; gwycon.com [...]</description>
		<content:encoded><![CDATA[<p>[...] See the original post here: Avoiding WordPress Plugin Conflicts | gwycon.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

