jetpack_table_checksum_force_enable_woocommerce

jetpack_table_checksum_force_enable_woocommerce

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_table_checksum_force_enable_woocommerce') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php line 893
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    * @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;
    }