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