usces_filter_cod_label / フィルターフック

「代引手数料」のラベル表示を変更

説明

「代引手数料」のラベル表示を変更します。

使い方

add_filter( 'usces_filter_cod_label', 'my_filter_cod_label', 10, 2 );
function my_filter_cod_label( $label, $order_id ) {
    //処理
    return $label;
}

パラメータ

$label
(文字列)デフォルトのラベル
$order_id
(数値)(オプション)受注番号

用例

ソースファイル

usc-e-shop/functions/function.php

関連資料

  • usces_order_confirm_message()
  • download_orderdetail_list()
  • download_order_list()
  • usces_get_settlement_log_detail()
  • usces_pdfSetFooter()