<?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: WP Super Cache, Clear Cache on Update Profile?</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: WP Super Cache, Clear Cache on Update Profile?</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 10:40:02 +0000</pubDate>

<item>
<title>djquinn on "WP Super Cache, Clear Cache on Update Profile?"</title>
<link>http://wordpress.org/support/topic/261798#post-1046438</link>
<pubDate>Wed, 15 Apr 2009 12:50:53 +0000</pubDate>
<dc:creator>djquinn</dc:creator>
<guid isPermaLink="false">1046438@http://wordpress.org/support/</guid>
<description>&#60;p&#62;this also works in functions.php:&#60;/p&#62;
&#60;p&#62;add_action('edit_user_profile_update',wp_cache_no_postid(0));
&#60;/p&#62;</description>
</item>
<item>
<title>djquinn on "WP Super Cache, Clear Cache on Update Profile?"</title>
<link>http://wordpress.org/support/topic/261798#post-1045916</link>
<pubDate>Tue, 14 Apr 2009 21:07:25 +0000</pubDate>
<dc:creator>djquinn</dc:creator>
<guid isPermaLink="false">1045916@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It works! Of course, I have to hack the core:&#60;/p&#62;
&#60;p&#62;adding:&#60;br /&#62;
wp_cache_no_postid(0);  &#60;/p&#62;
&#60;p&#62;after:&#60;br /&#62;
do_action('edit_user_profile_update');&#60;/p&#62;
&#60;p&#62;in the user_edit.php file will force WP Cache to clear after the User Profile is updated. Now to figure out how to add this to a plugin, or maybe the WP Super Cache Plugin itself...
&#60;/p&#62;</description>
</item>
<item>
<title>djquinn on "WP Super Cache, Clear Cache on Update Profile?"</title>
<link>http://wordpress.org/support/topic/261798#post-1045887</link>
<pubDate>Tue, 14 Apr 2009 20:30:53 +0000</pubDate>
<dc:creator>djquinn</dc:creator>
<guid isPermaLink="false">1045887@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Perfect! That's just what I'm looking for. I will try hooking wp_cache_no_postid to that action and see if it works.
&#60;/p&#62;</description>
</item>
<item>
<title>donncha on "WP Super Cache, Clear Cache on Update Profile?"</title>
<link>http://wordpress.org/support/topic/261798#post-1045537</link>
<pubDate>Tue, 14 Apr 2009 13:38:03 +0000</pubDate>
<dc:creator>donncha</dc:creator>
<guid isPermaLink="false">1045537@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There's an action that's fired off when the profile is updated. Can't remember what it is, but you could use that to call the function &#34;wp_cache_no_postid&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>djquinn on "WP Super Cache, Clear Cache on Update Profile?"</title>
<link>http://wordpress.org/support/topic/261798#post-1045503</link>
<pubDate>Tue, 14 Apr 2009 12:06:18 +0000</pubDate>
<dc:creator>djquinn</dc:creator>
<guid isPermaLink="false">1045503@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>djquinn on "WP Super Cache, Clear Cache on Update Profile?"</title>
<link>http://wordpress.org/support/topic/261798#post-1044566</link>
<pubDate>Mon, 13 Apr 2009 14:40:22 +0000</pubDate>
<dc:creator>djquinn</dc:creator>
<guid isPermaLink="false">1044566@http://wordpress.org/support/</guid>
<description>&#60;p&#62;On &#60;a href=&#34;http://www.rokkyuu.com&#34;&#62;http://www.rokkyuu.com&#60;/a&#62;, I've made it so that registered users can change the site's color theme by picking a setting in a dropdown on their user profile (this switches out the stylesheet for that user). Unfortunately, the WP Cache portion of WP Super Cache caches the files for logged in users, so a user when changes her theme and updates her profile, she see the cache rather than the site with the selected theme.&#60;/p&#62;
&#60;p&#62;What function in WP Super Cache clears the cache? Is there a way I can call that when the user presses Update Profile? I don't mind editing the core. Or is there a way to turn off WP Cache for logged in users?&#60;/p&#62;
&#60;p&#62;(on the site WP Super Cache is disabled for now)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
