Welcart

usces_filter_title_changepassword / フィルターフック

説明

パスワード変更ページのタグのタイトル「パスワード変更」を書き換えます。

使い方

add_filter( 'usces_filter_title_changepassword', 'my_filter_title_changepassword' );
function my_filter_title_changepassword( $title ) {
	// 処理
	return $title;
}

パラメータ

$title
(文字列)タイトル

戻り値

$title
(文字列)タイトル

用例

ソースファイル

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