HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-optimize/templates/minify/capo-js.php
<?php if (!defined('ABSPATH')) die('No direct access allowed'); ?>

<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>