slimstat_db_filters_normalized
The slimstat_db_filters_normalized filter allows you to modify the array of normalized filters. These filters are set by the admin through dropdown menus in the Slimstat
Showing 1-12 of 24 for "filter"
The slimstat_db_filters_normalized filter allows you to modify the array of normalized filters. These filters are set by the admin through dropdown menus in the Slimstat
The slimstat_db_pre_filters filter is used by the WP SlimStat plugin to modify the filters that an administrator sets using the dropdown menus. Usage $_filters =
This filter is applied to the pageview data right before it's stored into the database. The hooked function receives three arguments: the pageview array, the
This filters is used to initialize the array containing all the data about the pageview being tracked. Array keys should correspond with the columns in
This filter is applied to the data received by the Javascript tracker from the browser. It allows developers to tweak the data before it's parsed.
This filter allows developers to turn off the Javascript tracker based on conditions not handled through the settings. $is_tracking_filter_js = apply_filters('slimstat_filter_pre_tracking_js', true)
This filter allows developers to turn off the tracker based on specific conditions not handled through the settings $is_tracking_filter = apply_filters('slimstat_filter_pre_tracking', true);
WP Slimstat allows you to track and analyze traffic on your WordPress site. By following these steps, you can add your own custom reports to
The slimstat_get_var_sql filter allows you to modify the SQL query that retrieves a single aggregated value from the WP Slimstat database. Usage $_sql = apply_filters(
This filter allows you to customize the country results provided by the geolocation feature. You can use it to replace the default geolocation results with
The slimstat_maxmind_path setting specifies the filesystem path used to load and store the MaxMind GeoIP file. This is particularly useful in a network environment where
You can use the slimstat_report_header_buttons filter to add custom buttons to the report headers. For example, our premium Export to Excel add-on uses this to