PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
On this page I can see a comment just if I'm logged in; can you see it, since you can't login?
I simply think the plugin does not rebulit the cache of a page when a user submit a comment.
If that user can see a 'refreshed' page, other users can not.
Am I right?
Jason Caldwell wrote:@TODO :: possible option in the back-end panel for Rebuild-On-Comment.
add_filter("comment_post_redirect", "ws_plugin__qcache_clear_on_post_page_comment", 10, 2);
function ws_plugin__qcache_clear_on_post_page_comment($location, $comment) {
ws_plugin__qcache_clear_on_post_page_creations_deletions($comment->comment_post_ID);
return $location;
}
if (in_array ($pagenow, ($pages = array ("edit.php", "post.php", "post-new.php", "wp-comments-post.php"))))
Users browsing this forum: No registered users and 1 guest