Quick cache and "WP Star rating" plugin
-
Hello, I noticed that when using the “WP Star rating” plugin when quick cache is active, pages are not updated after voting (when reloaded).
So I temporary disabled the cache on pages that use the star rating, by adding
define('QUICK_CACHE_ALLOWED', FALSE);
at the beginning of
function the_ratings($start_tag = 'div', $custom_id = 0, $display = true)
(in wp-postratings\wp-postratings.php).Is there a better workaround that doesn’t involve an editing of the “WP Star rating” plugin so I can safely update it when necessary?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Quick cache and "WP Star rating" plugin’ is closed to new replies.