jetpack_table_checksum_force_enable_woocommerce_hpos

jetpack_table_checksum_force_enable_woocommerce_hpos

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.8.1

apply_filters('jetpack_table_checksum_force_enable_woocommerce_hpos') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php line 920
    		 * @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;
    		}