<?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: Hooks not firing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hooks-not-firing</link>
		<description>Gravity Support Forums Topic: Hooks not firing</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 06:43:43 +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/hooks-not-firing" rel="self" type="application/rss+xml" />

		<item>
			<title>Wheaton College on "Hooks not firing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooks-not-firing#post-30537</link>
			<pubDate>Wed, 20 Jul 2011 14:30:10 +0000</pubDate>
			<dc:creator>Wheaton College</dc:creator>
			<guid isPermaLink="false">30537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;FYI, this works for me, to print $entry.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;gform_post_submission&#38;#39;, &#38;#39;process_admission_form&#38;#39;, 10, 2 );

function process_admission_form($entry, $form){

	print_r( $entry );
	die;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Hooks not firing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooks-not-firing#post-29468</link>
			<pubDate>Fri, 08 Jul 2011 12:31:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The hooks do fire, the problem is going to be with your code.  What you are trying to do may not be possible with how you have your code implemented.  I'm not sure if you can print the $entry object that way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gcampbell on "Hooks not firing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooks-not-firing#post-29431</link>
			<pubDate>Thu, 07 Jul 2011 20:41:47 +0000</pubDate>
			<dc:creator>gcampbell</dc:creator>
			<guid isPermaLink="false">29431@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't seem to get the gform_post_submission OR the gfrom_pre_submission hooks to fire after my form submission. &#60;/p&#62;
&#60;p&#62;I am embedding the forms in my theme with php. The form submits and the entry is saved to the database, but its not firing the hooks??&#60;/p&#62;
&#60;p&#62;In my functions.php I have the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;834 add_action(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;dcreate_event&#38;quot;,10,2);
835 function dcreate_event($form)
836 {
837
838
839                 print_r($entry);
840                 die(&#38;#39;refresh me&#38;#39;);
841 }

The Wordpress version is 2.9.2&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
