Welcart

usces_filter_no_history_message / フィルターフック

説明

マイページの購入履歴がないときのメッセージを変更できます。

使い方

add_filter( 'usces_filter_no_history_message', 'my_filter_no_history_message' );
function my_filter_no_history_message( $message ) {
	// 処理
	return $message;
}

パラメータ

$message
(文字列)期間中の購入履歴はございません。

戻り値

$message
(文字列)

用例

変更履歴

  • 2.10.2

ソースファイル

usc-e-shop/functions/template_func.php