Function Reference: geodir_get_currency_sym

Summary

This function has not been documented yet.

Source Code

function geodir_get_currency_sym() {
	$currencysym = get_option('geodir_currencysym');
	
	$currencysym = $currencysym ? stripslashes_deep($currencysym) : '$';
	
	return $currencysym;
}