<?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: Shortcode won&#039;t work in filter</title>
		<link>https://legacy.forums.gravityhelp.com/topic/shortcode-wont-work-in-filter</link>
		<description>Gravity Support Forums Topic: Shortcode won&#039;t work in filter</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 11:42:47 +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/shortcode-wont-work-in-filter" rel="self" type="application/rss+xml" />

		<item>
			<title>extreme-south on "Shortcode won&#039;t work in filter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shortcode-wont-work-in-filter#post-94593</link>
			<pubDate>Fri, 23 Nov 2012 00:40:39 +0000</pubDate>
			<dc:creator>extreme-south</dc:creator>
			<guid isPermaLink="false">94593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant! Thanks so much :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Shortcode won&#039;t work in filter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shortcode-wont-work-in-filter#post-94589</link>
			<pubDate>Fri, 23 Nov 2012 00:14:37 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">94589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try swapping out the double quotes inside the shortcode with single quotes and let me know if that works any better.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extreme-south on "Shortcode won&#039;t work in filter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shortcode-wont-work-in-filter#post-94549</link>
			<pubDate>Thu, 22 Nov 2012 21:09:09 +0000</pubDate>
			<dc:creator>extreme-south</dc:creator>
			<guid isPermaLink="false">94549@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using a well known filter function to automatically add text in new posts. Works like a charm But if I try to add a Gravity form shortcode in there it fails. Why? Is there any way to get the shortcode to work?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter( &#38;#39;default_content&#38;#39;, &#38;#39;my_editor_content&#38;#39; );

function my_editor_content( $content ) {
	$content = &#38;quot;[gravityform id=&#38;quot;1&#38;quot; name=&#38;quot;testform&#38;quot; description=&#38;quot;false&#38;quot;]&#38;quot;;
	return $content;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
