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