learndash_get_currency_symbol learndash_get_currency_symbol( string $currency_code = '' ) Gets the LearnDash global currency symbol. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By 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. Related # Namespace # global @package # LearnDash Uses # Uses Uses Description includes/payments/ld-payments-functions.php: learndash_get_currency_code () Gets the LearnDash global currency code. includes/payments/ld-payments-functions.php: learndash_currency_symbol Filter the LearnDash global currency symbol. Used By # Used By Used By Description includes/payments/ld-payments-functions.php: learndash_currency_codes_list () Output array of country currency code data. includes/payments/ld-payments-functions.php: learndash_the_currency_symbol () Outputs the LearnDash global currency symbol. includes/payments/ld-payments-functions.php: learndash_get_price_formatted () Gets the price formatted based on the LearnDash global currency configuration. includes/class-ld-setup-wizard.php: LearnDash_Setup_Wizard::enqueue_scripts () Register the script
Uses # Uses Uses Description includes/payments/ld-payments-functions.php: learndash_get_currency_code () Gets the LearnDash global currency code. includes/payments/ld-payments-functions.php: learndash_currency_symbol Filter the LearnDash global currency symbol.
Used By # Used By Used By Description includes/payments/ld-payments-functions.php: learndash_currency_codes_list () Output array of country currency code data. includes/payments/ld-payments-functions.php: learndash_the_currency_symbol () Outputs the LearnDash global currency symbol. includes/payments/ld-payments-functions.php: learndash_get_price_formatted () Gets the price formatted based on the LearnDash global currency configuration. includes/class-ld-setup-wizard.php: LearnDash_Setup_Wizard::enqueue_scripts () Register the script