<?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: Detect Gravity Forms?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/detect-graivity-forms</link>
		<description>Gravity Support Forums Topic: Detect Gravity Forms?</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 11:54:54 +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/detect-graivity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Detect Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/detect-graivity-forms#post-79183</link>
			<pubDate>Fri, 05 Oct 2012 19:23:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79183@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're doing it on an admin page, you can use the is_plugin_active function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
if ( is_plugin_active( &#38;#39;gravityforms/gravityforms.php&#38;#39; ) ) {
    //plugin is activated, do something
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you're not in the admin when you need to check, I think you can check for the existence of the GFCommon class:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
if ( class_exists( &#38;#39;GFCommon&#38;#39; ) ) {
    //plugin is activated, do something
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;One of those two should work for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jive Software on "Detect Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/detect-graivity-forms#post-79153</link>
			<pubDate>Fri, 05 Oct 2012 15:39:23 +0000</pubDate>
			<dc:creator>Jive Software</dc:creator>
			<guid isPermaLink="false">79153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What is the best way to Detect Gravity Forms from another plugin...&#60;br /&#62;
and to detect if gravity forms is active?&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
