INVP::currency_symbol()
Returns the currency symbol. Default is a United States dollar sign.
Return Return
(string)
Source Source
File: includes/class-invp.php
public static function currency_symbol() { return apply_filters( 'invp_currency_symbol', '$' ); }
Expand full source codeCollapse full source codeView on Github