WC_Product_Importer::get_params()
Get importer parameters.
Метод класса: WC_Product_Importer{}
Хуков нет.
Возвращает
Массив
.
Использование
$WC_Product_Importer = new WC_Product_Importer(); $WC_Product_Importer->get_params();
Код WC_Product_Importer::get_params() WC Product Importer::get params WC 9.8.1
public function get_params() { return $this->params; }