|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/plugins/imagify/views/ |
Upload File : |
<?php defined( 'ABSPATH' ) || exit; /** * Variables passed from Notices::render_thankyou_notice(): * * @var string $wp_version * @var string $php_version * @var string $plugin_version * @var string $opt_level * @var string $next_gen * @var string $license_type */ ?> <div class="notice notice-success is-dismissible imagify-analytics-thankyou-notice"> <p><strong><?php esc_html_e( 'Thank you!', 'imagify' ); ?></strong></p> <p><?php esc_html_e( 'Imagify now collects these metrics from your website:', 'imagify' ); ?></p> <?php require IMAGIFY_PATH . 'views/part-analytics-data-table.php'; ?> <p><em><?php esc_html_e( 'We never collect your images, their content, or any personal data — only anonymous performance metrics.', 'imagify' ); ?></em></p> </div>