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