تابع wc_get_product_coupon_types دریافت کوپن تخفیف اعمال شده هر محصول

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