jetpack_table_checksum_force_enable_woocommerce, false
jetpack_table_checksum_force_enable_woocommerce, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_table_checksum_force_enable_woocommerce, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php line 1027
* @since 10.1 * * @param bool If we should we force-enable WooCommerce tables support. */ $force_woocommerce_support = apply_filters( 'jetpack_table_checksum_force_enable_woocommerce', false ); // If we're forcing WooCommerce tables support, there's no need to check further. // This is used on WordPress.com. if ( $force_woocommerce_support ) { return true; }