<?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 Action Hooks &#8211; the simplified version</title>
	<atom:link href="http://themocracy.com/2010/02/wordpress-action-hooks-the-simplified-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://themocracy.com/2010/02/wordpress-action-hooks-the-simplified-version/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-action-hooks-the-simplified-version</link>
	<description>WordPress Theme Design</description>
	<lastBuildDate>Wed, 04 Jan 2012 00:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: AJ Clarke</title>
		<link>http://themocracy.com/2010/02/wordpress-action-hooks-the-simplified-version/comment-page-1/#comment-1858</link>
		<dc:creator>AJ Clarke</dc:creator>
		<pubDate>Sat, 04 Jun 2011 22:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://themocracy.com/?p=237#comment-1858</guid>
		<description>Very helpful, this much easier to understand. Like Ryan I was a bit lost on the difference between do and add action. Thanks.</description>
		<content:encoded><![CDATA[<p>Very helpful, this much easier to understand. Like Ryan I was a bit lost on the difference between do and add action. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://themocracy.com/2010/02/wordpress-action-hooks-the-simplified-version/comment-page-1/#comment-1765</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 09 Nov 2010 17:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://themocracy.com/?p=237#comment-1765</guid>
		<description>Nicely explained on the difference between do_action() and add_action().

Very informative. Thanks</description>
		<content:encoded><![CDATA[<p>Nicely explained on the difference between do_action() and add_action().</p>
<p>Very informative. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://themocracy.com/2010/02/wordpress-action-hooks-the-simplified-version/comment-page-1/#comment-1668</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 02 Jun 2010 01:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://themocracy.com/?p=237#comment-1668</guid>
		<description>Hi Lisa,

Question about hooks and arguments.

the hook wp_login hook only accepts the argument $credentials[&#039;user_login&#039;]

do_action(&#039;wp_login&#039;, $credentials[&#039;user_login&#039;]);

How does one get the hook to allow additional arguments? I need to track an additional, user supplied field at login.

I can hack the wordpress file directly, but that will cause upgrade problems.

Thanks,
Chris</description>
		<content:encoded><![CDATA[<p>Hi Lisa,</p>
<p>Question about hooks and arguments.</p>
<p>the hook wp_login hook only accepts the argument $credentials['user_login']</p>
<p>do_action(&#8216;wp_login&#8217;, $credentials['user_login']);</p>
<p>How does one get the hook to allow additional arguments? I need to track an additional, user supplied field at login.</p>
<p>I can hack the wordpress file directly, but that will cause upgrade problems.</p>
<p>Thanks,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Tutorials</title>
		<link>http://themocracy.com/2010/02/wordpress-action-hooks-the-simplified-version/comment-page-1/#comment-1133</link>
		<dc:creator>WordPress Tutorials</dc:creator>
		<pubDate>Fri, 12 Feb 2010 02:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://themocracy.com/?p=237#comment-1133</guid>
		<description>

</description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
</channel>
</rss>
