<?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 2.6: register_activation_hook Cannot See Global Variables</title>
	<atom:link href="http://blog.mcnicholl.com/2008/09/03/wordpress-26-register_activation_hook-cannot-see-global-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mcnicholl.com/2008/09/03/wordpress-26-register_activation_hook-cannot-see-global-variables/</link>
	<description>Technology Holdings Company</description>
	<lastBuildDate>Wed, 10 Sep 2014 10:50:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mcnicholl</title>
		<link>http://blog.mcnicholl.com/2008/09/03/wordpress-26-register_activation_hook-cannot-see-global-variables/comment-page-1/#comment-18154</link>
		<dc:creator>mcnicholl</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/?p=78#comment-18154</guid>
		<description>Hi Tonelli,

This issue was resolved by making all variables defined outside of a function as global.

So:

global $variable_name;

instead of:

$variable_name;</description>
		<content:encoded><![CDATA[<p>Hi Tonelli,</p>
<p>This issue was resolved by making all variables defined outside of a function as global.</p>
<p>So:</p>
<p>global $variable_name;</p>
<p>instead of:</p>
<p>$variable_name;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonelli</title>
		<link>http://blog.mcnicholl.com/2008/09/03/wordpress-26-register_activation_hook-cannot-see-global-variables/comment-page-1/#comment-18152</link>
		<dc:creator>Tonelli</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/?p=78#comment-18152</guid>
		<description>were you able to solve this problem???

I can`t even make the app call register_activation_hook;



does not work, can you help me???</description>
		<content:encoded><![CDATA[<p>were you able to solve this problem???</p>
<p>I can`t even make the app call register_activation_hook;</p>
<p>does not work, can you help me???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Mahfoud</title>
		<link>http://blog.mcnicholl.com/2008/09/03/wordpress-26-register_activation_hook-cannot-see-global-variables/comment-page-1/#comment-13967</link>
		<dc:creator>Robert Mahfoud</dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/?p=78#comment-13967</guid>
		<description>You should add  

global $mcn_test_blabla;

at the beginning.
Good luck!</description>
		<content:encoded><![CDATA[<p>You should add  </p>
<p>global $mcn_test_blabla;</p>
<p>at the beginning.<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ishek</title>
		<link>http://blog.mcnicholl.com/2008/09/03/wordpress-26-register_activation_hook-cannot-see-global-variables/comment-page-1/#comment-3356</link>
		<dc:creator>ishek</dc:creator>
		<pubDate>Fri, 12 Sep 2008 22:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/?p=78#comment-3356</guid>
		<description>Global scope issue</description>
		<content:encoded><![CDATA[<p>Global scope issue</p>
]]></content:encoded>
	</item>
</channel>
</rss>
