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.14.5

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 923
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    929
    * @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;
    }