usces_filter_after_states / フィルターフック

都道府県フィールドの後に表示を追加

説明

uesces_addressform() で出力される、都道府県フィールドの後に表示を追加します。

使い方

add_filter( 'usces_filter_after_states',  'my_filter_after_states', 10, 2 );
function my_filter_after_states( $ex, $applyform ) {
    //処理
    return $ex;
}

パラメータ

$ex
(文字列)”(空文字)
$applyform
(文字列)システム設定>国・通貨・言語>住所氏名の様式

用例

ソースファイル

usc-e-shop/functions/template_func.php

関連資料

  • uesces_addressform() ・・・ 会員ページおよびカートページにおける住所を表示する。