Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCTaskOptions::get_step_name()publicWC 1.0

Get the name of the step.

Method of the class: ExportWCTaskOptions{}

No Hooks.

Return

String.

Usage

$ExportWCTaskOptions = new ExportWCTaskOptions();
$ExportWCTaskOptions->get_step_name();

ExportWCTaskOptions::get_step_name() code WC 9.7.1

public function get_step_name() {
	return 'setOptions';
}