active_plugins, Helper::get_active_plugins(
active_plugins, Helper::get_active_plugins(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('active_plugins, Helper::get_active_plugins(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php line 781
// Check if WooCommerce plugin is active (based on https://docs.woocommerce.com/document/create-a-plugin/). if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', Helper::get_active_plugins() ), true ) ) { $result_format_option_value = Options::RESULT_FORMAT_PRODUCT; } update_option( $result_format_option_name, $result_format_option_value );