Documentation

Showing 1-12 of 24 for "filter"

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

slimstat_db_pre_filters

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 =

slimstat_filter_pageview_stat

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

slimstat_filter_pageview_stat_init

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

slimstat_filter_pageview_data_js

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.

slimstat_filter_pre_tracking_js

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)

slimstat_filter_pre_tracking

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);

slimstat_get_var_sql

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(

slimstat_get_country

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

slimstat_maxmind_path

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

slimstat_report_header_buttons

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

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny