| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/www/prensa/wp-content/plugins/wp-smushit/app/views/cdn/ |
Upload File : |
<?php
/**
* CDN meta box header.
*
* @package WP_Smush
*
* @var string $title Title.
*/
if ( ! defined( 'WPINC' ) ) {
die;
}
?>
<h3 class="sui-box-title">
<?php esc_html_e( 'CDN', 'wp-smushit' ); ?>
</h3>
<div class="sui-actions-right">
<span class="sui-field-prefix">
<?php esc_html_e( 'How Smush CDN works?', 'wp-smushit' ); ?>
</span>
<span class="sui-tooltip sui-tooltip-constrained sui-tooltip-top-right" data-tooltip="<?php esc_attr_e( 'When someone visits a page on your site, the CDN will check if images are cached on the CDN. Images that are cached will be immediately served from the server closest to the user. Any image that is not yet cached will first be sent to the Smush API for optimization, then cached so the next time it is requested, the cached version will be served.', 'wp-smushit' ); ?>">
<span class="sui-icon-info" aria-hidden="true"></span>
</span>
</div>