تابع ووکامرسی wc_get_price_decimal_separator دریافت علامت جداکننده قیمت
تابع ووکامرسی wc_get_price_decimal_separator – دریافت علامت جداکننده قیمت
Syntax – سینتکس
(string) wc_get_price_decimal_separator();
Usage – نحوه استفاده
if ( !function_exists( 'wc_get_price_decimal_separator' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-formatting-functions.php'; } // NOTICE! Understand what this does before running. $result = wc_get_price_decimal_separator();
Defined – محل تعریف
/includes/wc-formatting-functions.php
function wc_get_price_decimal_separator() { $separator = apply_filters( 'wc_get_price_decimal_separator', get_option( 'woocommerce_price_decimal_sep' ) ); return $separator ? stripslashes( $separator ) : '.'; }
versions – نسخه ها
از نسخه : 2.3
نسخه فعلی : 3.0.6
دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2
ارسال نظر