<?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: add_action stopped working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add_action-stopped-working</link>
		<description>Gravity Support Forums Topic: add_action stopped working</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 18:27:17 +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/add_action-stopped-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "add_action stopped working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add_action-stopped-working#post-221429</link>
			<pubDate>Tue, 23 Apr 2013 21:02:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">221429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out. Thanks for letting us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pmannle on "add_action stopped working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add_action-stopped-working#post-221326</link>
			<pubDate>Tue, 23 Apr 2013 18:16:02 +0000</pubDate>
			<dc:creator>pmannle</dc:creator>
			<guid isPermaLink="false">221326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, I was able to fix this.... the trick is not to try and use the echo command within the function called from  the add_action(&#34;gform_after_submission&#34;,...) -- it WONT print to the screen. So, even though my post_free_meter($entry, $form) function was being called, I was unable to diagnose the issue using an echo.&#60;/p&#62;
&#60;p&#62;This is what made it hard to debug for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pmannle on "add_action stopped working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add_action-stopped-working#post-221216</link>
			<pubDate>Tue, 23 Apr 2013 16:17:08 +0000</pubDate>
			<dc:creator>pmannle</dc:creator>
			<guid isPermaLink="false">221216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just upgraded to the latest version of Gravity Forms -- still can't get the add_action(&#34;gform_after_submission&#34;, ...) to work....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pmannle on "add_action stopped working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add_action-stopped-working#post-221149</link>
			<pubDate>Tue, 23 Apr 2013 14:57:29 +0000</pubDate>
			<dc:creator>pmannle</dc:creator>
			<guid isPermaLink="false">221149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For some reason,  it seems my add_action has stopped working. I'm using both an add_filter, and an add_action in my functions.php page, and both were working beautifully last week. I've even tried reverting the site back to previous versions, but to no avail. Currently, the add_filter is still working, but I can't get any response out of the add_action.&#60;/p&#62;
&#60;p&#62;Even if I just put a echo within the function called, I get no response to the screen.&#60;/p&#62;
&#60;p&#62;Any help or method to debug would be greatly appreciated! (I've totally disabled the calling feature until I can get a response out of the form).&#60;/p&#62;
&#60;p&#62;What could be the reason's this doesn't work? Or, what is the best way to debug?&#60;/p&#62;
&#60;p&#62;functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_submission_1&#38;quot;, &#38;quot;post_free_meter&#38;quot;, 10, 2);
function post_free_meter($entry, $form) {

	echo &#38;quot;&#38;lt;h1&#38;gt; TEST FREE METER ADD ACTION &#38;lt;/h1&#38;gt;&#38;quot; ;

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
