woocommerce_analytics_clickhouse_enabled
woocommerce_analytics_clickhouse_enabled
Appears in: jetpack.15.0, jetpack.15.1, jetpack.15.1.1, jetpack.15.2, jetpack.15.3.1, jetpack.15.4, jetpack.15.5, jetpack.15.6, jetpack.15.7, jetpack.15.7.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.7.1apply_filters('woocommerce_analytics_clickhouse_enabled') is found 1 times:
- /jetpack_vendor/automattic/woocommerce-analytics/src/class-features.php line 46
* @since 0.5.0 * * @param bool $enabled Whether ClickHouse event tracking is enabled. */ return apply_filters( 'woocommerce_analytics_clickhouse_enabled', false ); } /** * Check if auto-installation of the proxy speed module MU-plugin is enabled. * * @return bool