Welcart

usces_filter_title_customer / フィルターフック

説明

お客様情報ページのタグのタイトル「お客様情報」を書き換えます。

使い方

add_filter( 'usces_filter_title_customer', 'my_filter_title_customer' );
function my_filter_title_customer( $title ) {
	// 処理
	return $title;
}

パラメータ

$title
(文字列)タイトル

戻り値

$title
(文字列)タイトル

用例

ソースファイル

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