Filter if Jetpack should enable stats collection on carousel views
Parameters
- Enable
bool Jetpack Carousel stat collection. Default false.
Changelog
- Introduced in Jetpack 4.3.2
How to use this hook
Notes
You can use that filter to enable stats collection on carousel views, like so:add_filter( 'jetpack_enable_carousel_stats', '__return_true' );