<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: Hide the Help Section</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hide-the-help-section</link>
		<description>Gravity Support Forums Topic: Hide the Help Section</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 17:12:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/hide-the-help-section" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Hide the Help Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-the-help-section#post-49612</link>
			<pubDate>Thu, 16 Feb 2012 13:50:21 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">49612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll mention it to the rest of the team to see if it is something we want to include in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Imaginate on "Hide the Help Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-the-help-section#post-49607</link>
			<pubDate>Thu, 16 Feb 2012 13:19:44 +0000</pubDate>
			<dc:creator>Imaginate</dc:creator>
			<guid isPermaLink="false">49607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Beautiful, that did it! Thanks. &#60;/p&#62;
&#60;p&#62;Any chance that the help menu will get it's own string in the future so that we could use something like the &#34;Role Manager&#34; to hide it in the future?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "Hide the Help Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-the-help-section#post-49602</link>
			<pubDate>Thu, 16 Feb 2012 12:39:19 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">49602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Imaginate,&#60;/p&#62;
&#60;p&#62;You can do this using WordPress' &#34;admin_menu&#34; hook and place the code in your theme file's functions.php. In the example below, the call to the &#34;admin_menu&#34; hook needs to have its priority set to a higher number so it fires after the menu has been built; otherwise Gravity Forms would build the menu again.&#60;/p&#62;
&#60;p&#62;Also, when calling &#34;remove_submenu_page&#34; within your function, the parent menu name is the first parameter; the example is using &#34;gf_edit_forms&#34;. This will be the name of the first menu item under the Forms menu header. This may be different if you are using Roles Management and have items turned off. To figure out what the name would be of your first menu item, you can mouse-over the name in the admin and review the link that displays. In the link's querystring, you will see &#34;page=&#34;. The parameter after &#34;page=&#34; is the name of the menu so you would use that as your first parameter to the &#34;remove_submenu_page&#34; function.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//set the priority so this is called after the menu had been built
add_action(&#38;#39;admin_menu&#38;#39;,  &#38;#39;remove_help&#38;#39;, 11);
function remove_help()
{
	//the first parameter is the parent name of the first item in the Forms menu
	remove_submenu_page(&#38;quot;gf_edit_forms&#38;quot;,&#38;quot;gf_help&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Imaginate on "Hide the Help Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-the-help-section#post-49372</link>
			<pubDate>Mon, 13 Feb 2012 23:25:02 +0000</pubDate>
			<dc:creator>Imaginate</dc:creator>
			<guid isPermaLink="false">49372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm wondering if you could tell me a quick way that I can hide the Help section of the Gravity Forms. &#60;/p&#62;
&#60;p&#62;I'm using the &#34;Role Manager&#34; plugin to enable the ability for my client (with editor) permissions to view the Entries and Export, but I don't want the help section there as that's more for the admin and I don't want my client to see it. &#60;/p&#62;
&#60;p&#62;I didn't see a role manager option for show/hide the gravityforms_help.  Could this be enabled somehow? It'd be nice to do it through this so I don't have to edit the plugin itself and break the update path.&#60;/p&#62;
&#60;p&#62;Let me know, thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
