WC_Product_CSV_Importer_Controller::output_steps
Output steps 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_steps();
WC_Product_CSV_Importer_Controller::output_steps() WC Product CSV Importer Controller::output steps code WC 10.4.3
protected function output_steps() {
include __DIR__ . '/views/html-csv-import-steps.php';
}