Forums
(@silviuscutariu)
16 years, 4 months ago
I found the answer. will post it here, maybe someone finds it useful. add to the end of the wp-config.php file this line: add_action( ‘check_ajax_referer’, ‘wp_cache_clean_cache’);
so what it does is clear cache on ajax changes in widget section.