説明
マイページの会員履歴で表示される「代引手数料」ラベルを変更できます。
使い方
add_filter( 'usces_filter_member_history_cod_label', 'my_filter_member_history_cod_label', 10, 2 ); function my_filter_member_history_cod_label( $cod_label, $member_id ) { //処理 return $cod_label; }
パラメータ
- $cod_label
- (文字列)「代引手数料」
- $member_id
- (数値)会員ID
用例
ソースファイル
usc-e-shop/functions/template_func.php