Browse: Home / Functions /

learndash_get_currency_symbol

learndash_get_currency_symbol( string $currency_code = '' )

Gets the LearnDash global currency symbol.


Description #


Parameters #

$currency_code

(string) (Optional) The country currency code (@since 4.2.0).

Default value: ''


Return #

(string) Currency symbol.


Source #

File: includes/payments/ld-payments-functions.php


Changelog #

Changelog
Version Description
4.2.0 Added $currency_code parameter.
4.1.0 Introduced.