<?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: New WordPress Plugin &#8211; Hide Update Reminder</title>
	<atom:link href="http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16411</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 03 Mar 2009 00:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16411</guid>
		<description>I added &quot;#update-plugins&quot; to the css declaration so that Wordpress doesn&#039;t show that there are plugins to be updated either.</description>
		<content:encoded><![CDATA[<p>I added &#034;#update-plugins&#034; to the css declaration so that WordPress doesn&#039;t show that there are plugins to be updated either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16373</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 18 Feb 2009 09:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16373</guid>
		<description>To be honest I wouldn&#039;t hide it from the Admin as the upgrade notice does serve a purpose and most admins will have the ability to upgrade the site. This plugin isn&#039;t designed to make you forget to upgrade the site, just to hide the notice from others, who are usually not admins. However, I&#039;m working on an admin page to allow you to configure which level or which users see the notice and which don&#039;t.</description>
		<content:encoded><![CDATA[<p>To be honest I wouldn&#039;t hide it from the Admin as the upgrade notice does serve a purpose and most admins will have the ability to upgrade the site. This plugin isn&#039;t designed to make you forget to upgrade the site, just to hide the notice from others, who are usually not admins. However, I&#039;m working on an admin page to allow you to configure which level or which users see the notice and which don&#039;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maja</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16369</link>
		<dc:creator>maja</dc:creator>
		<pubDate>Tue, 17 Feb 2009 17:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16369</guid>
		<description>If you would like to hide the notification bar from admins too, you can change number 10 to 11 in hide-update-reminder.php</description>
		<content:encoded><![CDATA[<p>If you would like to hide the notification bar from admins too, you can change number 10 to 11 in hide-update-reminder.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16179</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 25 Dec 2008 16:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16179</guid>
		<description>No problem Jacob :)</description>
		<content:encoded><![CDATA[<p>No problem Jacob <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16171</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16171</guid>
		<description>Very nice I have always been thinking about how to remove that upgrade now stuff from the top. Thanks</description>
		<content:encoded><![CDATA[<p>Very nice I have always been thinking about how to remove that upgrade now stuff from the top. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16165</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 20 Dec 2008 13:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16165</guid>
		<description>Hi Will. This plugin is pretty easy to read. In a few steps

1. Create your file, add into the top header the plugin details
2. If you want it to run when triggered by a certain event (eg. this one is triggered when the admin page first starts to load) then use a filter or hook (check the Codex).
3. Write your function or functions
4. See if it works! :D

On my first plugin I got it working without the WordPress coding, then I added in the &#039;bits&#039; to make it a plugin. Then I ventured into the options page by just ripping apart another plugin.

Feel free to pull mine apart and see what&#039;s going on and shoot me an email if you have any questions :)</description>
		<content:encoded><![CDATA[<p>Hi Will. This plugin is pretty easy to read. In a few steps</p>
<p>1. Create your file, add into the top header the plugin details<br />
2. If you want it to run when triggered by a certain event (eg. this one is triggered when the admin page first starts to load) then use a filter or hook (check the Codex).<br />
3. Write your function or functions<br />
4. See if it works! <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>On my first plugin I got it working without the WordPress coding, then I added in the &#039;bits&#039; to make it a plugin. Then I ventured into the options page by just ripping apart another plugin.</p>
<p>Feel free to pull mine apart and see what&#039;s going on and shoot me an email if you have any questions <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16164</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 20 Dec 2008 13:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16164</guid>
		<description>Just what I&#039;ve been looking for!  I&#039;ve got a client site that needs this now.

I&#039;ve had a go at making a plugin and failed.  Any pointers or how about a tutorial to create a simple one?</description>
		<content:encoded><![CDATA[<p>Just what I&#039;ve been looking for!  I&#039;ve got a client site that needs this now.</p>
<p>I&#039;ve had a go at making a plugin and failed.  Any pointers or how about a tutorial to create a simple one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Posts about WordPress Plugins as of December 17, 2008 &#124; The Lessnau Lounge</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comment-16148</link>
		<dc:creator>Posts about WordPress Plugins as of December 17, 2008 &#124; The Lessnau Lounge</dc:creator>
		<pubDate>Wed, 17 Dec 2008 19:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173#comment-16148</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
