Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tomas/public_html/wp-content/plugins/wp-optimize/templates/images/ |
Upload File : |
<?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>