Welcart

usces_filter_title_changepasscompletion / フィルターフック

説明

新規会員登録完了ページ、会員情報変更完了ページ、新パスワード取得完了ページ、パスワード変更完了ページのタグのタイトル「完了」を書き換えます。

使い方

add_filter( 'usces_filter_title_changepasscompletion', 'my_filter_title_changepasscompletion' );
function my_filter_title_changepasscompletion( $title ) {
	// 処理
	return $title;
}

パラメータ

$title
(文字列)タイトル

戻り値

$title
(文字列)タイトル

用例

ソースファイル

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