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