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