INVP::currency_symbol()

Returns the currency symbol. Default is a United States dollar sign.


Return Return

(string)


Top ↑

Source Source

File: includes/class-invp.php

	public static function currency_symbol() {
		return apply_filters( 'invp_currency_symbol', '$' );
	}