説明
メンテナンス中のときのタグのタイトル「メンテナンス中」を書き換えます。
使い方
add_filter( 'usces_filter_title_maintenance', 'my_filter_title_maintenance' ); function my_filter_title_maintenance( $title ) { // 処理 return $title; }
パラメータ
- $title
- (文字列)タイトル
戻り値
- $title
- (文字列)タイトル
用例
ソースファイル
usc-e-shop/classes/usceshop.class.php