WC_Product_CSV_Importer_Controller::output_header()
Output header view.
Метод класса: WC_Product_CSV_Importer_Controller{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->output_header();
Код WC_Product_CSV_Importer_Controller::output_header() WC Product CSV Importer Controller::output header WC 8.1.1
protected function output_header() { include dirname( __FILE__ ) . '/views/html-csv-import-header.php'; }