PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
components
/
privacy-audit
<?php use WP_Statistics\Service\Integrations\IntegrationHelper; $notices = IntegrationHelper::getDetectionNotice(); ?> <div class="wps-mb-16"><?php echo esc_html__('WP Statistics does not record any Personally Identifiable Information (PII) by default, so consent is not required. However, to further respect your visitors’ privacy and align with the highest standards, we recommend integrating a consent plugin.', 'wp-statistics') ?></div> <div class="wps-audit-card__suggestion wps-mb-16"> <div class="wps-audit-card__suggestion-head"><?php echo esc_html__('Why is This Important?', 'wp-statistics') ?></div> <div class="wps-audit-card__suggestion-text"> <?php echo esc_html__('While WP Statistics operates without requiring consent, enabling a consent plugin builds user trust and demonstrates your commitment to privacy.', 'wp-statistics') ?> </div> </div> <?php foreach ($notices as $notice) : ?> <div class="wps-audit-card__suggestion wps-mb-16"> <div class="wps-audit-card__suggestion-head"><?php esc_html_e('Consent Integration Available', 'wp-statistics'); ?></div> <div class="wps-audit-card__suggestion-text"> <?php echo wp_kses_post($notice['content']) ?> </div> </div> <?php endforeach; ?> <div class="wps-audit-card__suggestion"> <div class="wps-audit-card__suggestion-head"><?php echo esc_html__('Need Help?', 'wp-statistics') ?></div> <div class="wps-audit-card__suggestion-text"> <?php printf( __('<p>Learn %s with your preferred consent management solution. Explore the %s to find the right fit for your site.</p>', 'wp-statistics'), '<a target="_blank" href="' . esc_url(WP_STATISTICS_SITE_URL . '/resources/integrating-wp-statistics-with-consent-management-plugins/?utm_source=wp-statistics&utm_medium=link&utm_campaign=privacy') . '">' . __('how to integrate a consent plugin', 'wp-statistics') . '</a>', '<a target="_blank" href="' . esc_url(WP_STATISTICS_SITE_URL . '/resources/compatible-consent-plugins-with-wp-statistics/?utm_source=wp-statistics&utm_medium=link&utm_campaign=privacy') . '">' . __('list of compatible consent plugins', 'wp-statistics') . '</a>' ); ?> </div> </div>
[-] unhashed-ip.php
[edit]
[-] hash-ips.php
[edit]
[-] stored-user-agent-unpassed.php
[edit]
[-] hash-ips-unpassed.php
[edit]
[-] stored-user-id.php
[edit]
[-] anonymize-ips-unpassed.php
[edit]
[-] anonymize-ips.php
[edit]
[-] store-ua.php
[edit]
[-] visitors-log.php
[edit]
[-] recommend-consent-info.php
[edit]
[-] cookie-banner.php
[edit]
[-] recommend-consent.php
[edit]
[-] visitors-log-unpassed.php
[edit]
[+]
..
[-] stored-user-agent.php
[edit]
[-] recommend-consent-unpassed.php
[edit]