WC_Product_CSV_Importer_Controller::output_steps()protectedWC 1.0

Output steps 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_steps();

WC_Product_CSV_Importer_Controller::output_steps() code WC 8.7.0

protected function output_steps() {
	include dirname( __FILE__ ) . '/views/html-csv-import-steps.php';
}