@web98com
سلام؛ وقتتون بخیر؛
از کد زیر برای حذف نماد استفاده کنید :
// Themei.iR - Code For Remove currency symbol from the shop price display
function sww_remove_edd_rial_currency_symbol( $output, $currency, $price ) {
$output = $price;
return $output;
}
// This will apply to rial, but the rial in this filter can be replaced with your currency symbol
add_filter( 'edd_rial_currency_filter_before', 'sww_remove_edd_rial_currency_symbol', 10, 3 );
اگر سوالی داشتید؛ در خدمتم.