Back to Filters

Updated on Nov 06, 2023

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 browser array and the page array.

self::$stat = apply_filters( 'slimstat_filter_pageview_stat', self::$stat );