Filters
Applied to the plugin's settings upon init. It allows third party tools to change the options as needed.
self::$options = apply_filters('sli...
Tue, 27 Jan, 2015 at 2:28 PM
Applied to the database connection object (by default, $wpdb) used by Slimstat. It allows third party toold to use a custom database or custom table names. ...
Tue, 27 Jan, 2015 at 2:29 PM
This filter allows developers to turn off the tracker based on specific conditions not handled through the settings
$is_tracking_filter = apply_filter...
Tue, 27 Jan, 2015 at 2:31 PM
This filter allows developers to turn off the Javascript tracker based on conditions not handled through the settings.
$is_tracking_filter_js = apply_...
Tue, 27 Jan, 2015 at 2:32 PM
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.
...
Tue, 27 Jan, 2015 at 2:34 PM
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 the ...
Tue, 27 Jan, 2015 at 2:37 PM
This filter is applied to the pageview data right before it's stored into the database. The hooked function receives three arguments: the pageview arra...
Thu, 30 Jul, 2015 at 12:24 PM
This filter is used to decide if a cookie should be sent to the browser for this pageview. Developers can use it, for example, to make Slimstat comply with ...
Tue, 27 Jan, 2015 at 2:44 PM
This filter is applied to the parameters passed to the Javascript tracker via wp_localize_script. The array of parameters contains a codified version of the...
Tue, 27 Jan, 2015 at 2:45 PM
This filter is applied by wp_slimstat_db to the filters set by the administrator through the corresponding dropdowns.
$_filters = apply_filters('...
Tue, 27 Jan, 2015 at 2:47 PM