تابع wc_get_account_payment_methods_columns دریافت ستون روش پرداخت

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