Archives: Documentations

Regions Report

The “Regions” report is a part of the Geographic reports. This report provides insights into the visitor statistics based on their region of origin within the country where your website is based. It is a crucial tool for understanding the geographical distribution of your local audience. Accessing the Report To access the “Regions” report: Report […]

US States Report

The “US States” report is a part of the Geographic reports. This report provides insights into the visitor statistics based on their state of origin within the United States. It is a crucial tool for understanding the geographical distribution of your US-based audience. Accessing the Report To access the “US States” report: Report Components The […]

European Countries Report

The “European Countries” report is a part of the Geographic reports. This report provides insights into the visitor statistics based on their country of origin within Europe. It is a crucial tool for understanding the geographical distribution of your European audience. Accessing the Report To access the “European Countries” report: Report Components The “European Countries” […]

Cities Report

The “Cities” report is a part of the Geographic reports. This report provides insights into the visitor statistics based on their city of origin. It is a crucial tool for understanding the more granular geographical distribution of your website’s audience. Accessing the Report To access the “Cities” report: Report Components The “Cities” report is divided […]

Countries Report

The “Countries” report is a part of the Geographic reports. This report provides insights into the visitor statistics based on their country of origin. It is a crucial tool for understanding the geographical distribution of your website’s audience. Accessing the Report To access the “Countries” report: Report Components The “Countries” report is divided into several […]

Bypass Ad Blockers

The “Bypass Ad Blockers” feature, introduced in WP Statistics version 14.8, helps ensure accurate tracking by bypassing ad blockers. This feature is disabled by default. How to Enable How It Works When enabled, this feature moves the WP Statistics tracking script to your uploads folder with a unique name. This makes it harder for ad […]

WP Consent Level Integration

The WP Consent API has been added to WP Statistics (since v14.8) in order to enhance user privacy and comply with various data protection regulations. The WP Statistics tracking is only activated based on the user’s chosen consent category in this integration, which respects user consent preferences. Integration Categories WP Statistics can be configured to […]

Enabling Author Support for Your Post Types

To ensure accurate author performance data in the WP Statistics plugin, your post types need to support authors. This guide will help you enable author support for your custom post types. Using register_post_type When you register a post type using the register_post_type function, you can specify the support for authors in the supports parameter. Here’s […]

Disable the FeedbackBird Widget

The FeedbackBird widget is a third-party service used for gathering user feedback within the WordPress admin interface. By default, this widget is enabled, but you can disable it using the wp_statistics_enable_feedbackbird filter. Disabling the Widget To disable the FeedbackBird widget, add the following code to your theme’s functions.php file or a custom plugin: Filter Details […]

Disable the “Your IP Information” Section in Settings

The “Your IP Information” section in the WP Statistics plugin, located at Settings → Advanced Options → Your IP Information, can be disabled using a WordPress filter. Follow these steps to apply the necessary filter: Access the Theme’s functions.php File: Add the Custom Filter: Copy and paste the following code snippet into the functions.php file: […]