slimstat_track_exit_103
This code is triggered by the Javascript tracker when the control code (nonce) sent by the browser doesn't match the expected value for the given
Showing 1-5 of 5 for "slimstat_track"
This code is triggered by the Javascript tracker when the control code (nonce) sent by the browser doesn't match the expected value for the given
This action is triggered after WP Slimstat successfully tracks a new event. do_action('slimstat_track_success'); In simple terms: slimstat_track_success is an action hook provided by the WP
This action is triggered when a pageview is not recorded because the browser is blacklisted. It provides two arrays: one with the pageview details and
This process is triggered by the Javascript tracker when the browser sends data that is not correctly formatted. Here's what happens: The script checks if
The slimstat_track_pageview action is triggered by the server-side tracker right before a pageview is saved into the database. Usage: do_action( 'slimstat_track_pageview', self::$stat ); Parameter: $stat: