WC_Product_CSV_Importer_Controller::output_footer()
Output footer view.
Method of the class: WC_Product_CSV_Importer_Controller{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->output_footer();
WC_Product_CSV_Importer_Controller::output_footer() WC Product CSV Importer Controller::output footer code WC 9.7.1
protected function output_footer() { include dirname( __FILE__ ) . '/views/html-csv-import-footer.php'; }