| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/prosvasi/wp-content/plugins/wp-statistics/views/components/notices/ |
Upload File : |
<?php if (!defined('ABSPATH')) exit; // Exit if accessed directly ?>
<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(
/* translators: %1$s: string value, %2$s: string value */
__('You haven’t registered a WP Statistics license yet. Having a valid license unlocks premium add-ons and features. <a href="%1$s" target="_blank">Purchase</a> or <a href="%2$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>