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 require consent by default, as it doesn’t record any Personally Identifiable Information (PII). However, one of your enabled settings collects PII, making visitor consent mandatory to stay compliant with GDPR, CCPA, and other privacy regulations.', '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__('With PII collection enabled, integrating a consent plugin is essential to protect user data, meet regulatory requirements, and uphold privacy standards.', '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>Check out our %s for instructions on configuring a compatible plugin. You can also explore various third-party solutions to ensure compliance and a smooth integration. Browse our list of %s to find the best 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') . '">' . __('consent integration guide', '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') . '">' . __('supported 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]