Conflicting Plugins
'.esc_html__('You have activated plugins that conflict with SpeedyCache. We recommend deactivating these plugins to ensure SpeedyCache functions properly.', 'speedycache').'
';
foreach($conflicting_plugins as $plugin){
echo '- '.esc_html($plugin).'
';
}
echo '
';
}
static function delete_link($actions, $post){
if(!current_user_can('manage_options')){
return;
}
$request_url = remove_query_arg( '_wp_http_referer' );
$actions['speedycache_delete'] = '