Welcart

usces_filter_option_pdf / フィルターフック

説明

納品書等PDFの商品オプションの表示をオプションごとに変更します。

使い方

add_filter( 'usces_filter_option_pdf', 'my_filter_option_pdf', 10, 2 );
function my_filter_option_pdf( $optstr, $cart_row_options ) {
	return $optstr;
}

パラメータ

$optstr
(文字列)商品オプション
$cart_row_options
(配列)オプション値

戻り値

$optstr
(文字列)

用例

ソースファイル

usc-e-shop/includes/order_print.php