$rest_base
$rest_base :
REST controller for the cart route.
get_product_names(array $products, $include_quantity = false, $name_in_quotes = true) : string
Get the list of product names from the passed array of products [ product ID => quantity ].
array | $products | An array of products IDs mapped to the quantity added. |
$include_quantity | ||
$name_in_quotes |
The formatted product names.