関数
OrderListCSV::addComboGroupItemsColLabel( null $null )
パラメータ パラメータ
- $null
(null) (必須)
ファイル: src/Admin/OrderListCSV.php
public static function addComboGroupItemsColLabel($null) { if (empty($_GET['check'])) { return $null; } if (empty($_GET['check']['combo_set']) || $_GET['check']['combo_set'] !== 'on') { return $null; } $th_h = ',"'; $th_f = '"'; return $th_h . __('Combo-Set Selections', 'wcexics') . $th_f; }