<?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: Disable &#34;There is an update available for Gravity Forms&#34; notification</title>
		<link>https://legacy.forums.gravityhelp.com/topic/disable-there-is-an-update-available-for-gravity-forms-notification</link>
		<description>Gravity Support Forums Topic: Disable &quot;There is an update available for Gravity Forms&quot; notification</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 14:54:58 +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/disable-there-is-an-update-available-for-gravity-forms-notification" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Disable &#34;There is an update available for Gravity Forms&#34; notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-there-is-an-update-available-for-gravity-forms-notification#post-28537</link>
			<pubDate>Fri, 24 Jun 2011 23:46:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">28537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That certainly worked.  Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Disable &#34;There is an update available for Gravity Forms&#34; notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-there-is-an-update-available-for-gravity-forms-notification#post-28536</link>
			<pubDate>Fri, 24 Jun 2011 22:48:35 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">28536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The following should do the trick. Place it in your functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_admin()){
    $dismissed = get_option(&#38;quot;gf_dismissed_upgrades&#38;quot;);
    $version_info = GFCommon::get_version_info();
    if(!$dismissed &#124;&#124; !in_array($version_info[&#38;quot;version&#38;quot;], $dismissed)){
        update_option(&#38;quot;gf_dismissed_upgrades&#38;quot;, array($version_info[&#38;quot;version&#38;quot;]));
    }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Disable &#34;There is an update available for Gravity Forms&#34; notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-there-is-an-update-available-for-gravity-forms-notification#post-28513</link>
			<pubDate>Fri, 24 Jun 2011 17:11:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">28513@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, can you tell me if there is a way to disable the &#34;There is an update available for Gravity Forms&#34; notification in the admin?  I'm deploying a site where I have turned off core update notifications, theme update notifications and plugin update notifications, but the Gravity update notification still appears.  Can you tell me how to disable this notification (adding something to functions.php is fine and how I disabled the other notifications.)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
