include_template( 'minify/cached-file.php', false, array( 'file' => $js_file, 'minify_config' => wp_optimize_minify_config()->get(), ) ); } } ?>

    include_template( 'minify/cached-file.php', false, array( 'file' => $css_file, 'minify_config' => wp_optimize_minify_config()->get(), ) ); } } // No files were found ?>


'.esc_html__('Refresh the page to see the list', 'wp-optimize').'

'; } else { foreach ($default_ignore as $ignore_item) { ?>

'.esc_html__('Refresh the page to see the list', 'wp-optimize').'

'; } else { foreach ($default_ie_blacklist as $blacklist_item) { ?>


', ''); esc_html_e('However, you can define a CDN Domain below, in order to use it for all of the static assets "inside" your CSS and JS files.', 'wp-optimize'); ?>

...