jetpack_table_checksum_force_enable_woocommerce_hpos
jetpack_table_checksum_force_enable_woocommerce_hpos
Appears in: jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5, jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0
Hook Type: filter
Displaying hooks found in version: jetpack.15.0apply_filters('jetpack_table_checksum_force_enable_woocommerce_hpos') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php line 940
* @since 3.3.0 * * @param bool If we should we force-enable WooCommerce HPOS tables support. */ $force_woocommerce_hpos_support = apply_filters( 'jetpack_table_checksum_force_enable_woocommerce_hpos', false ); // If we're forcing WooCommerce HPOS tables support, there's no need to check further. // This is used on WordPress.com. if ( $force_woocommerce_hpos_support ) { return true; }