<?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 3.0 action hook contextual_help</title>
	<atom:link href="http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/</link>
	<description>Wordpress site design and development, plugins, code ideas, template tags and css resources for bloggers</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:11:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ade</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/#comment-19112</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Sat, 09 Oct 2010 17:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2364#comment-19112</guid>
		<description>Interesting idea, Manny. Which screens would you want to be able to add contextual help to?

Cheers,

Ade.</description>
		<content:encoded><![CDATA[<p>Interesting idea, Manny. Which screens would you want to be able to add contextual help to?</p>
<p>Cheers,</p>
<p>Ade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manny</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/#comment-19107</link>
		<dc:creator>manny</dc:creator>
		<pubDate>Fri, 08 Oct 2010 00:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2364#comment-19107</guid>
		<description>Would love to see &quot;contextual help customization&quot; as a plugin, whereyou can edit the text or even add html to it.</description>
		<content:encoded><![CDATA[<p>Would love to see &#8220;contextual help customization&#8221; as a plugin, whereyou can edit the text or even add html to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/#comment-13998</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Wed, 12 May 2010 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2364#comment-13998</guid>
		<description>Thanks for posting this. Yep, things can move fast when close to a final release.  :-)</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Yep, things can move fast when close to a final release.  <img src='http://www.studiograsshopper.ch/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seamus</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/#comment-13994</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Wed, 12 May 2010 15:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2364#comment-13994</guid>
		<description>It looks like they have &lt;a href=&quot;http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/template.php#L3648&quot; rel=&quot;nofollow&quot;&gt;updated&lt;/a&gt; it once again to have the new functionality while being backwards compatible.

&lt;code&gt;apply_filters(&#039;contextual_help&#039;, $contextual_help, $screen-&gt;id, $screen);&lt;/code&gt;

Also remember to include the number of parameters your function accepts when registering: 

&lt;code&gt;add_action( &#039;contextual_help&#039;, &#039;my_admin_help_function&#039;, 10, 3 );
function my_admin_help_function($contextual_help, $screen_id, $screen) { ... }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It looks like they have <a href="http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/template.php#L3648" rel="nofollow">updated</a> it once again to have the new functionality while being backwards compatible.</p>
<p><code>apply_filters('contextual_help', $contextual_help, $screen-&gt;id, $screen);</code></p>
<p>Also remember to include the number of parameters your function accepts when registering: </p>
<p><code>add_action( 'contextual_help', 'my_admin_help_function', 10, 3 );<br />
function my_admin_help_function($contextual_help, $screen_id, $screen) { ... }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: takien</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/#comment-9144</link>
		<dc:creator>takien</dc:creator>
		<pubDate>Tue, 02 Feb 2010 07:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2364#comment-9144</guid>
		<description>thanks for the great post. 
I think I need this information in the future, bookmarked.</description>
		<content:encoded><![CDATA[<p>thanks for the great post.<br />
I think I need this information in the future, bookmarked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

