WC_REST_Data_Currencies_Controller
REST API Data Currencies controller class.
Description Description
Source Source
File: includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php
Methods Methods
- get_currency — Get currency information.
- get_current_item — Return information for the current site currency.
- get_item — Return information for a specific currency.
- get_item_schema — Get the currency schema, conforming to JSON Schema.
- get_items — Return the list of currencies.
- prepare_item_for_response — Prepare the data object for response.
- prepare_links — Prepare links for the request.
- register_routes — Register routes.