| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | \as_unschedule_all_actions('fluent_community_scheduled_hour_jobs'); |
| 20 | 20 | \as_unschedule_all_actions('fluent_community_daily_jobs'); |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | - if(function_exists('wp_cache_flush_group') && wp_cache_supports( 'flush_group' )) { | |
| 23 | + if (function_exists('wp_cache_supports') && wp_cache_supports('flush_group') && function_exists('wp_cache_flush_group')) { | |
| 24 | 24 | wp_cache_flush_group('fluent_community'); |
| 25 | 25 | } |
| 26 | 26 | } |
| 27 | 27 | } |