jetpack_sync_filtered_hpos_order_data

jetpack_sync_filtered_hpos_order_data

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_sync_filtered_hpos_order_data') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php line 398
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
         *
         * @param array              $filtered_order_data The Filtered order data.
         * @param \WC_Abstract_Order $order_object        The Order object.
         */
        return apply_filters( 'jetpack_sync_filtered_hpos_order_data', $filtered_order_data, $order_object );
    }
     
    /**
     * Returns all possible order status keys, including 'auto-draft' and 'trash'.
     *
     * @access public