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/admin/settings/class-wc-settings-general.php:
WC_Settings_General::get_settings()
|
Get settings array.
|
includes/admin/class-wc-admin-assets.php:
WC_Admin_Assets::admin_scripts()
|
Enqueue scripts.
|
includes/admin/reports/class-wc-report-sales-by-date.php:
WC_Report_Sales_By_Date::get_main_chart()
|
Get the main chart.
|
includes/admin/reports/class-wc-admin-report.php:
WC_Admin_Report::get_currency_tooltip()
|
Return currency tooltip JS based on WooCommerce currency position settings.
|
includes/admin/class-wc-admin-setup-wizard.php:
WC_Admin_Setup_Wizard::wc_setup_store_setup()
|
Initial “store setup” step.
|
includes/legacy/api/v2/class-wc-api-server.php:
WC_API_Server::get_index()
|
Get the site index.
|
includes/widgets/class-wc-widget-price-filter.php:
WC_Widget_Price_Filter::__construct()
|
Constructor.
|
includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:
WC_Shipping_Flat_Rate::sanitize_cost()
|
Sanitize the cost field.
|
packages/woocommerce-admin/src/Features/Onboarding.php:
Onboarding::append_product_data()
|
Append dynamic product data from API.
|
packages/woocommerce-admin/src/API/Init.php:
Init::add_currency_symbol_to_order_response()
|
Add the currency symbol (in addition to currency code) to each Order object in REST API responses. For use in formatAmount().
|
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/Version3/class-wc-rest-data-currencies-controller.php:
WC_REST_Data_Currencies_Controller::get_currency()
|
Get currency information.
|
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.
|