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