Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCTaskOptions::get_step_name
Get the name of the step.
Method of the class: ExportWCTaskOptions{}
No Hooks.
Returns
String.
Usage
$ExportWCTaskOptions = new ExportWCTaskOptions(); $ExportWCTaskOptions->get_step_name();
ExportWCTaskOptions::get_step_name() ExportWCTaskOptions::get step name code WC 10.5.0
public function get_step_name() {
return 'setOptions';
}