<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Advanced Wordpress Tutorials &#187; Functions</title>
	<atom:link href="http://www.advancedwordpresstutorials.com/category/plugins/functions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.advancedwordpresstutorials.com</link>
	<description>including the basics and other Handy Tools</description>
	<lastBuildDate>Mon, 05 Dec 2011 13:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Is wp_register_widget_control being deprecated?</title>
		<link>http://www.advancedwordpresstutorials.com/is-wp_register_widget_control-being-deprecated</link>
		<comments>http://www.advancedwordpresstutorials.com/is-wp_register_widget_control-being-deprecated#comments</comments>
		<pubDate>Wed, 30 Dec 2009 07:07:03 +0000</pubDate>
		<dc:creator>madison</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[WP Stuff]]></category>

		<guid isPermaLink="false">http://www.advancedwordpresstutorials.com/?p=282</guid>
		<description><![CDATA[I&#8217;m reading here and there on a few WordPress Codex pages that this function along with it&#8217;s mates is going to go the way of the Dodo bird. That&#8217;s my interpretation and not a quote. While that&#8217;s fine, the replacement functions &#8211; in this case -  register_widget_control,  do not seem to  have the same functionality! [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m reading here and there on a few WordPress Codex pages that this function along with it&#8217;s mates is going to go the way of the Dodo bird. That&#8217;s my interpretation and not a quote.</p>
<p>While that&#8217;s fine, the replacement functions &#8211; in this case -  register_widget_control,  do not seem to  have the same functionality!</p>
<p>Which makes me wonder&#8230; Is there some undocumented way to achieve the same things using these &#8220;recommended&#8221; functions? Are they frowned upon?</p>
<p>This was noted in a blog I was reading regarding <a title="Creating Multi Widgets" href="http://justcoded.com/article/wordpress-multi-widgets/" target="_blank">creating Multiple Widgets</a> which also noted that the WordPress Widgets API has a heading for this with a few words but nothing more&#8230;</p>
<p>And here I am quoting from <a title="Widgets - One or many" href="http://codex.wordpress.org/Plugins/WordPress_Widgets_Api#Widgets_-_One_or_many" target="_blank">http://codex.wordpress.org/Plugins/WordPress_Widgets_Api#Widgets_-_One_or_many</a></p>
<blockquote>
<h3>Widgets &#8211; One or many</h3>
<p>Widgets can be coded so that they can exist one time or they can exist multiple times. WordPress is doing the work for you to instantiate your Widget multiple times if you follow some rules.</p></blockquote>
<p>And those rules are&#8230;&#8230; lots of white space on a webpage. Hmm, I must need new glasses or get some fancy filter for my LCD to show &#8220;Secret WP Stuff&#8221;!</p>
<p>So do I use the &#8216;wp&#8217; versions and be able to achieve what I want, or do I follow the recommendations and just say &#8220;Sorry, I can&#8217;t do anything useful like I want to&#8221;?</p>
<p>Well, I&#8217;m up for the challenge and as long as these &#8220;not recommended&#8221; functions are there,  I&#8217;ll use them. It&#8217;s certainly vague, at best, as to what the WordPress Coders have in mind!</p>
<p>The worst thing that can happen is everything breaks! <em>Hmm , I&#8217;ve never experienced that before!</em></p>
<p>Let&#8217;s see if  I can get my head around this <strong>Multi Widget</strong> stuff!</p>
<p>Of course there are other ways to &#8220;Skin an animal&#8221; &#8211; preferrably not a cat!</p>
<p>Addition: I&#8217;ve just found that in the resources on the wordpress codex page is the link to the <a title="Wordpress Multi Widgets - How to" href="http://justcoded.com/article/wordpress-multi-widgets/" target="_blank">site I&#8217;ve been referring</a> to.</p>
<p>You can also Check out the party they had Dec 2009.</p>
<h2>Update</h2>
<p>Well I have found the reason! The reason is that from WordPress 2.8 and beyond,  multi widget functionality has been implemented using a new class called <strong>WP_Widget</strong>.</p>
<p>This is explained in the post &#8211; <a title="Multi Widgetrs explained" href="http://www.advancedwordpresstutorials.com/multi-widgets" target="_self">Mulit-Widgets</a></p>
<p>Cheers</p>
<p>Tim</p>
]]></content:encoded>
			<wfw:commentRss>http://www.advancedwordpresstutorials.com/is-wp_register_widget_control-being-deprecated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

