packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php:
AssetDataRegistry::get_currency_data()
|
Get currency data to include in settings.
|
packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php:
CurrencyFormatter::format()
|
Format a given value and return the result.
|
includes/wc-formatting-functions.php:
wc_price()
|
Format the price with a currency symbol.
|
includes/wc-formatting-functions.php:
wc_format_decimal()
|
Format decimal numbers ready for DB storage.
|
includes/wc-formatting-functions.php:
wc_format_localized_price()
|
Format a price with WC Currency Locale settings.
|
includes/wc-formatting-functions.php:
wc_trim_zeros()
|
Trim trailing zeros off prices.
|
includes/admin/class-wc-admin-assets.php:
WC_Admin_Assets::admin_scripts()
|
Enqueue scripts.
|
includes/widgets/class-wc-widget-price-filter.php:
WC_Widget_Price_Filter::__construct()
|
Constructor.
|
includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php:
WC_Shipping_Legacy_Flat_Rate::evaluate_cost()
|
Evaluate a cost from a sum/string.
|
includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:
WC_Shipping_Flat_Rate::evaluate_cost()
|
Evaluate a cost from a sum/string.
|
packages/woocommerce-admin/src/Loader.php:
Loader::get_currency_settings()
|
Return an object defining the currecy options for the site’s current currency
|
includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php:
WC_REST_System_Status_V2_Controller::get_settings()
|
Get some setting values for the site that are useful for debugging purposes. For full settings access, use the settings api.
|