HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/studis.kauko.lt/wp-content/plugins/wp-statistics/views/components/notices/no-license.php
<div class="wps-notice wps-notice--success">
    <div>
        <p class="wps-notice__title"><?php esc_html_e('No WP Statistics License Detected', 'wp-statistics') ?></p>
        <div class="wps-notice__description">
            <?php
            echo wp_kses_post(sprintf(
                __('You haven’t registered a WP Statistics license yet. Having a valid license unlocks premium add-ons and features. <a href="%s" target="_blank">Purchase</a> or <a href="%s">add a license</a> now to get started!.', 'wp-statistics'),
                esc_url('https://wp-statistics.com/pricing/?utm_source=wp-statistics&utm_medium=link&utm_campaign=install-addon'),
                esc_url($data['install_addon_link'])
            ));
            ?>
        </div>
    </div>
</div>