<?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: WordPress Plugin Filters</title>
	<atom:link href="http://www.devlounge.net/code/wordpress-plugin-filters/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/wordpress-plugin-filters</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Sun, 21 Mar 2010 19:46:27 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jack</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-181273</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Tue, 13 Oct 2009 12:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-181273</guid>
		<description>Thank, it&#039;s a good explanation. 
But still, something is missing:

Can you please explain the difference between add_filter and apply_filters?

If you take the author example - add_filter(&#039;get_comment_author&#039;, array(&amp;$dl_pluginSeries, &#039;authorUpperCase&#039;));

When would you use the &quot;authorUpperCase&quot; filer inside an &quot;Apply_filter&quot;?</description>
		<content:encoded><![CDATA[<p>Thank, it&#8217;s a good explanation.<br />
But still, something is missing:</p>
<p>Can you please explain the difference between add_filter and apply_filters?</p>
<p>If you take the author example &#8211; add_filter(&#8216;get_comment_author&#8217;, array(&amp;$dl_pluginSeries, &#8216;authorUpperCase&#8217;));</p>
<p>When would you use the &#8220;authorUpperCase&#8221; filer inside an &#8220;Apply_filter&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential Wordpress Plugin Development Resources, Tutorials and Guides : Speckyboy Design Magazine</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-181213</link>
		<dc:creator>Essential Wordpress Plugin Development Resources, Tutorials and Guides : Speckyboy Design Magazine</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-181213</guid>
		<description>[...] Plugins &#187; 4. Structure of a Wordpress Plugin &#187; 5. WordPress Plugin Actions &#187; 6. WordPress Plugin Filters &#187; 7. Constructing a WordPress Plugin Admin Panel &#187; 8. Constructing a WordPress Plugin User’s [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugins &#187; 4. Structure of a Wordpress Plugin &#187; 5. WordPress Plugin Actions &#187; 6. WordPress Plugin Filters &#187; 7. Constructing a WordPress Plugin Admin Panel &#187; 8. Constructing a WordPress Plugin User’s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Vesnin</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-180242</link>
		<dc:creator>Alexey Vesnin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 21:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-180242</guid>
		<description>Doesn&#039;t work for me :( http://digest-it.ru - check any post.... plugin activated and with that content replacing hook. Header hook works OK, content - nope</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <a href="http://digest-it.ru" rel="nofollow">http://digest-it.ru</a> &#8211; check any post&#8230;. plugin activated and with that content replacing hook. Header hook works OK, content &#8211; nope</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hikari</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-179865</link>
		<dc:creator>Hikari</dc:creator>
		<pubDate>Wed, 01 Jul 2009 13:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-179865</guid>
		<description>Hello, I&#039;m looking for a filter that would let me know if the current page is the homeplage/archive/category and is printing just a teaser or if it is a proper post/page page and the whole post/page will be shown.

Do you know how that could be done?

I need it because hte plugin I&#039;ll develop will only print data if it is the whole content, if it&#039;s a teaser it will be ommited.

tnx :)</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m looking for a filter that would let me know if the current page is the homeplage/archive/category and is printing just a teaser or if it is a proper post/page page and the whole post/page will be shown.</p>
<p>Do you know how that could be done?</p>
<p>I need it because hte plugin I&#8217;ll develop will only print data if it is the whole content, if it&#8217;s a teaser it will be ommited.</p>
<p>tnx <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugin Filters Devlounge &#124; Wood TV Stand</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-179381</link>
		<dc:creator>WordPress Plugin Filters Devlounge &#124; Wood TV Stand</dc:creator>
		<pubDate>Sun, 31 May 2009 23:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-179381</guid>
		<description>[...] WordPress Plugin Filters Devlounge   Posted by root 1 hour 39 minutes ago (http://www.devlounge.net)        Wordpress filters are the functions that your plugin can hook into with regards to modifying text you can link to this comment interested in your plugin which can show codes in post powered by wordpress performancing metrics        Discuss&#160;  &#124;&#160; Bury &#124;&#160;    News &#124; WordPress Plugin Filters Devlounge [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Plugin Filters Devlounge   Posted by root 1 hour 39 minutes ago (<a href="http://www.devlounge.net" rel="nofollow">http://www.devlounge.net</a>)        Wordpress filters are the functions that your plugin can hook into with regards to modifying text you can link to this comment interested in your plugin which can show codes in post powered by wordpress performancing metrics        Discuss&nbsp;  |&nbsp; Bury |&nbsp;    News | WordPress Plugin Filters Devlounge [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPin.com</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-177926</link>
		<dc:creator>iPin.com</dc:creator>
		<pubDate>Mon, 26 Jan 2009 04:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-177926</guid>
		<description>Interested in your plugin which can show codes in post. I am looking for it.</description>
		<content:encoded><![CDATA[<p>Interested in your plugin which can show codes in post. I am looking for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wie programmier ich ein Wordpress PlugIn &#124; Der Softwareentwickler Blog</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-176675</link>
		<dc:creator>Wie programmier ich ein Wordpress PlugIn &#124; Der Softwareentwickler Blog</dc:creator>
		<pubDate>Thu, 30 Oct 2008 18:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-176675</guid>
		<description>[...] WordPress Plugin Filters [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Plugin Filters [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test wer</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-176374</link>
		<dc:creator>test wer</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-176374</guid>
		<description>dddddddddd</description>
		<content:encoded><![CDATA[<p>dddddddddd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-176373</link>
		<dc:creator>test</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-176373</guid>
		<description>test desc</description>
		<content:encoded><![CDATA[<p>test desc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plugin für Wordpress Bastelanleitung - D-Sign Weblog</title>
		<link>http://www.devlounge.net/code/wordpress-plugin-filters/comment-page-1#comment-67169</link>
		<dc:creator>Plugin für Wordpress Bastelanleitung - D-Sign Weblog</dc:creator>
		<pubDate>Sun, 22 Jul 2007 00:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/wordpress-plugin-filters#comment-67169</guid>
		<description>[...] Plugin Filter [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugin Filter [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
