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//lazyload.php

<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?>
<?php
$lazyload_options = $options->get_option('lazyload', array(
	'images' => false,
	'backgrounds' => false,
	'iframes' => false,
	'youtube_preview' => false,
	'skip_classes' => '',
));

$read_more_link = 'https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/';

?>

<div id="wpo_lazy_load_settings">
	<h3 class="wpo-first-child"><?php esc_html_e('Lazy-load images', 'wp-optimize'); ?></h3>
	<div class="wpo-fieldgroup premium-only">
		<p>
			<?php
				$message = __('Lazy-loading is a technique that defers loading of non-critical resources (images, video) at page load time.', 'wp-optimize');
				$message .= ' ';
				$message .= __('Instead, these non-critical resources are loaded at the point they are needed (e.g. the user scrolls down to them).', 'wp-optimize');
				echo esc_html($message);
			?>
			<br>
			<?php $wp_optimize->wp_optimize_url($read_more_link, __('Follow this link to read more about lazy-loading images and video', 'wp-optimize')); ?>
		</p>
		<ul>
			<li><label><input type="checkbox" name="lazyload[images]" <?php checked($lazyload_options['images']); ?> disabled /><?php esc_html_e('Images', 'wp-optimize'); ?></label></li>
			<li><label><input type="checkbox" name="lazyload[backgrounds]" <?php checked($lazyload_options['backgrounds']); ?> disabled /><?php esc_html_e('Background images', 'wp-optimize'); ?></label></li>
			<li><label><input type="checkbox" name="lazyload[iframes]" <?php checked($lazyload_options['iframes']); ?> disabled /><?php esc_html_e('Iframes and Videos', 'wp-optimize'); ?></label></li>
			<li>
				<label> <input type="checkbox" name="lazyload[youtube_preview]" <?php checked($lazyload_options['youtube_preview']); ?> disabled /><?php esc_html_e('Replace YouTube iframe with thumbnail image', 'wp-optimize'); ?>
				</label>
				<span tabindex="0" data-tooltip="<?php esc_attr_e('Improves page loading time when YouTube videos are present on the page.', 'wp-optimize');?>"><span class="dashicons dashicons-editor-help"></span> </span>
			</li>
		</ul>

		<p>
			<?php esc_html_e('Skip image classes', 'wp-optimize');?><br>
			<input type="text" name="lazyload[skip_classes]" id="wpo_lazyload_skip_classes" value="<?php echo esc_attr($lazyload_options['skip_classes']); ?>" disabled readonly /><br>
			<?php
				$message = __('Enter the image class or classes comma-separated.', 'wp-optimize');
				$message .= ' ';
				$message .= __('Supports wildcards.', 'wp-optimize');
				$message .= ' ';
				$message .= __('Example: image-class1, image-class2, thumbnail*, ...', 'wp-optimize');
			?>
			<small><?php echo esc_html($message); ?></small>
		</p>

		<div class="wpo-unused-image-sizes__premium-mask">
			<a class="wpo-unused-images__premium-link" href="<?php echo esc_url($wp_optimize->premium_version_link); ?>" target="_blank"><?php esc_html_e('Enable Lazy-loading with WP-Optimize Premium.', 'wp-optimize'); ?></a>
		</div>
	</div>
</div>

SILENT KILLER Tool