Source file: modules/carousel/jetpack-carousel.php
View in GitHubParameters
- Enable
-
(bool) Enable Jetpack Carousel stat collection. Default false.
Changelog
Since: Jetpack 4.3.2
Notes
You can use that filter to enable stats collection on carousel views, like so:
add_filter( 'jetpack_enable_carousel_stats', '__return_true' );