PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
components
/
notices
<div class="wps-notice wps-notice--danger"> <div> <p class="wps-notice__title"><?php esc_html_e('Expired or Invalid License', 'wp-statistics'); ?></p> <div class="wps-notice__description"> <?php echo wp_kses_post(sprintf( __('Your WP Statistics license %s has expired or isn’t valid. Without a valid license, we can’t ensure security or compatibility updates. <br> <a href="%s" target="_blank">Renew</a> or update your license to keep everything running smoothly. <br> Need help? <a target="_blank" href="%s">Contact Support</a>', 'wp-statistics'), implode(", ", array_map(function($license) { return '<code>' . esc_html($license) . '</code>'; }, $data['invalid_licenses'])), esc_url("https://wp-statistics.com/my-account/subscriptions/"), esc_url("https://wp-statistics.com/contact-us/?utm_source=wp-statistics&utm_medium=link&utm_campaign=install-addon") )); ?> </div> </div> </div>
[-] upgrade-to-premium.php
[edit]
[-] inactive-addons.php
[edit]
[-] no-license-for-addons.php
[edit]
[-] action-notice.php
[edit]
[-] no-license.php
[edit]
[-] simple-notice.php
[edit]
[-] expired-license.php
[edit]
[-] missing-addons.php
[edit]
[+]
..