<?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: Add An Item to WordPress 2.7&#8217;s Favorites Menu</title>
	<atom:link href="https://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Mon, 06 Apr 2026 13:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: Maligno</title>
		<link>https://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/#comment-11075</link>
		<dc:creator><![CDATA[Maligno]]></dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1620#comment-11075</guid>
		<description><![CDATA[But you can change the array by changing the permissions:

function add_favorite_item($actions) {
	$actions[&#039;post-new.php&#039;] = array(__(&#039;New Post&#039;), &#039;manage_options&#039;);
	$actions[&#039;page-new.php&#039;] = array(__(&#039;New Page&#039;), &#039;manage_options&#039;);
	$actions[&#039;media-new.php&#039;] = array(__(&#039;Upload&#039;), &#039;manage_options&#039;);
	$actions[&#039;edit.php?post_status=draft&#039;] = array(__(&#039;Drafts&#039;), &#039;manage_options&#039;);
	$actions[&#039;profile.php&#039;] = array(__(&#039;Profile&#039;), &#039;edit_posts&#039;);
	$actions[&#039;edit-comments.php&#039;] = array(__(&#039;Comments&#039;), &#039;manage_options&#039;);
	return $actions;
}
add_filter(&#039;favorite_actions&#039;, &#039;add_favorite_item&#039;);


;)]]></description>
		<content:encoded><![CDATA[<p>But you can change the array by changing the permissions:</p>
<p>function add_favorite_item($actions) {<br />
	$actions[&#8216;post-new.php&#8217;] = array(__(&#8216;New Post&#8217;), &#8216;manage_options&#8217;);<br />
	$actions[&#8216;page-new.php&#8217;] = array(__(&#8216;New Page&#8217;), &#8216;manage_options&#8217;);<br />
	$actions[&#8216;media-new.php&#8217;] = array(__(&#8216;Upload&#8217;), &#8216;manage_options&#8217;);<br />
	$actions[&#8216;edit.php?post_status=draft&#8217;] = array(__(&#8216;Drafts&#8217;), &#8216;manage_options&#8217;);<br />
	$actions[&#8216;profile.php&#8217;] = array(__(&#8216;Profile&#8217;), &#8216;edit_posts&#8217;);<br />
	$actions[&#8216;edit-comments.php&#8217;] = array(__(&#8216;Comments&#8217;), &#8216;manage_options&#8217;);<br />
	return $actions;<br />
}<br />
add_filter(&#8216;favorite_actions&#8217;, &#8216;add_favorite_item&#8217;);</p>
<p><img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekend Links - Dec 26, 2008 &#171; OMNINOGGIN</title>
		<link>https://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/#comment-6374</link>
		<dc:creator><![CDATA[Weekend Links - Dec 26, 2008 &#171; OMNINOGGIN]]></dc:creator>
		<pubDate>Sat, 27 Dec 2008 03:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1620#comment-6374</guid>
		<description><![CDATA[[...] Add An Item to WordPress 2.7’s Favorites Menu - WordPress 2.7 introduced a little menu in the upper right corner of the backend. By default it includes commonly-used links, such as the New&#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Add An Item to WordPress 2.7’s Favorites Menu &#8211; WordPress 2.7 introduced a little menu in the upper right corner of the backend. By default it includes commonly-used links, such as the New&#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-21 03:19:42 by W3 Total Cache
-->