<?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>hide menu from admin in wp Archives - Cody Paste</title>
	<atom:link href="https://www.codypaste.com/tag/hide-menu-from-admin-in-wp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.codypaste.com/tag/hide-menu-from-admin-in-wp/</link>
	<description>THE WEB PLAYGROUND</description>
	<lastBuildDate>Sat, 01 Apr 2023 07:00:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.codypaste.com/wp-content/uploads/2022/12/cropped-codypaste-32x32.png</url>
	<title>hide menu from admin in wp Archives - Cody Paste</title>
	<link>https://www.codypaste.com/tag/hide-menu-from-admin-in-wp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress Admin – create a page without it appearing in the side menu</title>
		<link>https://www.codypaste.com/wordpress-admin-create-a-page-without-it-appearing-in-the-side-menu/</link>
					<comments>https://www.codypaste.com/wordpress-admin-create-a-page-without-it-appearing-in-the-side-menu/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 01 Apr 2023 05:36:41 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[hide menu from admin]]></category>
		<category><![CDATA[hide menu from admin dashbaord]]></category>
		<category><![CDATA[hide menu from admin in wp]]></category>
		<category><![CDATA[wordpress hide menu from admin]]></category>
		<guid isPermaLink="false">https://www.codypaste.com/?p=974</guid>

					<description><![CDATA[<p>Hide menu from the admin sidebar. [crayon-69ab9784f2ca4191555847/] &#160; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; hide menu from admin in wp, hide menu from admin dashbaord, wordpress hide menu from admin, hide menu from admin</p>
<p>The post <a href="https://www.codypaste.com/wordpress-admin-create-a-page-without-it-appearing-in-the-side-menu/">WordPress Admin – create a page without it appearing in the side menu</a> appeared first on <a href="https://www.codypaste.com">Cody Paste</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hide menu from the admin sidebar.</p><pre class="urvanov-syntax-highlighter-plain-tag">add_submenu_page( 
           null,            // -&gt; Set to null - will hide menu link
          'Page Title',    // -&gt; Page Title
          'Menu Title',    // -&gt; Title that would otherwise appear in the menu
          'administrator', // -&gt; Capability level
          'menu_handle',   // -&gt; Still accessible via admin.php?page=menu_handle
          'page_callback' // -&gt; To render the page
    );</pre><p>&nbsp;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>hide menu from admin in wp, hide menu from admin dashbaord, wordpress hide menu from admin, hide menu from admin</p>
<p>The post <a href="https://www.codypaste.com/wordpress-admin-create-a-page-without-it-appearing-in-the-side-menu/">WordPress Admin – create a page without it appearing in the side menu</a> appeared first on <a href="https://www.codypaste.com">Cody Paste</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.codypaste.com/wordpress-admin-create-a-page-without-it-appearing-in-the-side-menu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
