| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/wp-statistics/views/metabox/ |
Upload File : |
<?php if (!defined('ABSPATH')) exit; // Exit if accessed directly ?>
<div class="o-wrap wps-about-widget wps-about-widget__premium">
<div class="wps-about-widget__close">
<a href="<?php echo esc_url(add_query_arg([
'action' => 'wp_statistics_dismiss_widget',
'nonce' => wp_create_nonce('wp_statistics_dismiss_widget'),
'widget_id' => $widget_id
])) ?>" aria-label="<?php esc_attr_e('Dismiss go premium widget', 'wp-statistics'); ?>">
<span class="wp-close" title="Close"></span>
</a>
</div>
<div class="c-about">
<div class="c-about__row c-about__row--title hndle ui-sortable-handle">
<?php esc_html_e('Get More with Premium Analytics', 'wp-statistics'); ?>
</div>
<div class="c-about__premium__content">
<div class="c-about__row c-about__premium">
<p><?php esc_html_e('Upgrade to unlock advanced analytics, including detailed traffic trends and weekly performance summaries.', 'wp-statistics'); ?></p>
<a href="<?php echo esc_url(WP_STATISTICS_SITE_URL . '/pricing/?utm_source=wp-statistics&utm_medium=link&utm_campaign=premium'); ?>" target=" _blank">
<?php esc_html_e('Discover More, Go Premium', 'wp-statistics'); ?>
</a>
<div class="c-about__guarantee">
<?php esc_html_e('Start now with a 14-day money-back guarantee.', 'wp-statistics'); ?>
</div>
</div>
<div class="c-about__row c-about__footer">
<img class="c-about__footer__img c-about__footer__img--side" src="<?php echo WP_STATISTICS_URL . 'assets/images/premium-widget.svg' ?>"
alt=" <?php esc_html_e('Get More with Premium Analytics', 'wp-statistics'); ?>" />
<img class="c-about__footer__img c-about__footer__img--wide" src="<?php echo WP_STATISTICS_URL . 'assets/images/premium-widget-wide.svg' ?>"
alt=" <?php esc_html_e('Get More with Premium Analytics', 'wp-statistics'); ?>" />
</div>
</div>
</div>
</div>