Welcart

usces_filter_title_delivery / フィルターフック

説明

配送・支払方法ページのタグのタイトル「配送・支払方法」を書き換えます。

使い方

add_filter( 'usces_filter_title_delivery', 'my_filter_title_delivery' );
function my_filter_title_delivery( $title ) {
	// 処理
	return $title;
}

パラメータ

$title
(文字列)タイトル

戻り値

$title
(文字列)タイトル

用例

ソースファイル

usc-e-shop/classes/usceshop.class.php