woocommerce_analytics_auto_install_proxy_speed_module
woocommerce_analytics_auto_install_proxy_speed_module
Appears in: jetpack.15.5
Hook Type: filter
Displaying hooks found in version: jetpack.15.5apply_filters('woocommerce_analytics_auto_install_proxy_speed_module') is found 1 times:
- /jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php line 186
* @since 0.15.0 * * @param bool $auto_install Whether to auto-install the mu-plugin. Default true. */ if ( ! apply_filters( 'woocommerce_analytics_auto_install_proxy_speed_module', true ) ) { return; } if ( ! self::init_filesystem() ) { return; }