/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
templates
/
minify
/
Upload File
HOME
<h3><?php esc_html_e('Optimize <head> with Capo.js rules', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <fieldset> <?php esc_html_e('An unoptimized <head> can slow down your site.', 'wp-optimize'); ?> <?php esc_html_e('Apply Capo.js rules to quickly fix these issues and boost performance.', 'wp-optimize'); ?> <div class="wpo-fieldgroup__subgroup"> <h4><label> <input name="enable_capo_js" type="checkbox" value="true" disabled > <?php // translators: %s is a link to Capo.js website printf(esc_html__('Apply %s rules', 'wp-optimize'), '<a href="https://rviscomi.github.io/capo.js/" target="_blank">Capo.js</a>'); ?> </label> </h4> <a class="" href="https://teamupdraft.com/wp-optimize/pricing/?utm_source=wpo-plugin&utm_medium=referral&utm_campaign=paac&utm_creative_format=overlay&utm_content=capo-js" target="_blank"><?php esc_html_e('Upgrade to WP-Optimize Premium to unlock Capo JS feature.', 'wp-optimize'); ?></a> </div> </fieldset> </div>