Back to Filters

Updated on Nov 06, 2023

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 the wp_slim_stats table.

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