<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: AnyVar] WP-Cache conflict</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: AnyVar] WP-Cache conflict</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 03:55:52 +0000</pubDate>

<item>
<title>masterleep on "[Plugin: AnyVar] WP-Cache conflict"</title>
<link>http://wordpress.org/support/topic/248978#post-1002991</link>
<pubDate>Mon, 02 Mar 2009 18:07:41 +0000</pubDate>
<dc:creator>masterleep</dc:creator>
<guid isPermaLink="false">1002991@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After installing AnyVar, WP-Cache stopped serving up any files from the cache.&#60;/p&#62;
&#60;p&#62;I believe the output buffer in anyvar_ob_start() is the cause.&#60;/p&#62;
&#60;p&#62;Since I only cared about variable substitution in post content, changing the code to hook a content filter instead of using an output buffer solved the problem:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;else
{
	//add_action(&#38;#39;template_redirect&#38;#39;,array(&#38;#38;$this,&#38;#39;anyvar_ob_start&#38;#39;));
	add_filter(&#38;#39;the_content&#38;#39;, array(&#38;#38;$this,&#38;#39;anyvar_callback&#38;#39;));
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
