WC_Product_CSV_Importer_Controller::output_headerprotectedWC 1.0

Output header view.

Метод класса: WC_Product_CSV_Importer_Controller{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->output_header();

Код WC_Product_CSV_Importer_Controller::output_header() WC 10.3.5

protected function output_header() {
	include __DIR__ . '/views/html-csv-import-header.php';
}