예제 #1
0
function wc2_crcode(){
	$res = esc_html(WC2_Funcs::get_currency_code());
	return __($res, 'wc2');
}