返信先: Welcart Beldadでusces_filter_assistance_item_height が利かない?

フォーラム テンプレート(テーマ) Welcart Beldadでusces_filter_assistance_item_height が利かない? 返信先: Welcart Beldadでusces_filter_assistance_item_height が利かない?

#103208
GTA
参加者

furuta様

お返事ありがとうございます。
優先度を11にしてみましたがやはりダメでした。
一応ソースを書いておきます。

add_filter( 'usces_filter_assistance_item_height', 'my_filter_assistance_item_height', 11 );
	function my_filter_assistance_item_height( $height ) {
	$height = 500;
	return $height;
}