From badbb8d3d0a13a030b1b7de9d3932c8d228ff20a Mon Sep 17 00:00:00 2001 From: Brian DiChiara Date: Mon, 18 Dec 2023 13:17:29 -0600 Subject: [PATCH] More Documentation --- client-mu-plugins/goodbids/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client-mu-plugins/goodbids/README.md b/client-mu-plugins/goodbids/README.md index e1061a675..e504ad163 100644 --- a/client-mu-plugins/goodbids/README.md +++ b/client-mu-plugins/goodbids/README.md @@ -91,3 +91,9 @@ Get the location of a block. Return values can be: "directory" (Default) or "jso `goodbids()->acf->blocks()->get_block_locations()` Get all directories where blocks can be found. + + +### WooCommerce Functions + +`goodbids()->woocommerce->get_order_auction_id( int $order_id)` +Get the Auction ID for the given Order ID. If `$order_id` is not provided, the current order ID will be used.