تابع wc_get_account_payment_methods_types دریافت نوع های روش پرداخت

تابع ووکامرسی wc_get_account_payment_methods_types – دریافت نوع های روش پرداخت
Syntax – سینتکس
(array) wc_get_account_payment_methods_types();
Usage – نحوه استفاده
if ( !function_exists( 'wc_get_account_payment_methods_types' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-account-functions.php'; } // NOTICE! Understand what this does before running. $result = wc_get_account_payment_methods_types();
Defined – محل تعریف
/includes/wc-account-functions.php
function wc_get_account_payment_methods_types() { return apply_filters( 'woocommerce_payment_methods_types', array( 'cc' => __( 'Credit card', woocommerce ), 'echeck' => __( 'eCheck', woocommerce ), ) ); }
versions – نسخه ها
از نسخه : 2.6.0
نسخه فعلی : 3.0.6
دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2
ارسال نظر