PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
components
/
notices
<div class="notice notice-<?php echo esc_attr($notice['class']); ?> wp-statistics-notice<?php echo esc_attr($dismissible); ?>"> <div><?php echo wp_kses_post($notice['message']); ?></div> <?php if ($notice['is_dismissible']) : ?> <?php if ($dismissUrl) : ?><a href="<?php echo esc_url($dismissUrl); ?>" class="notice-dismiss"><?php endif; ?> <span class="screen-reader-text"><?php _e('Dismiss this notice.'); ?></span> <?php if ($dismissUrl) : ?></a><?php endif; ?> <?php endif; ?> </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]
[+]
..