WC_Product_CSV_Importer_Controller::output_footerprotectedWC 1.0

Output footer view.

Method of the class: WC_Product_CSV_Importer_Controller{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->output_footer();

WC_Product_CSV_Importer_Controller::output_footer() code WC 10.5.0

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