Automattic\WooCommerce\Blueprint\Exporters
StepExporter::get_step_name
Returns the name of the step class it exports.
Method of the class: StepExporter{}
No Hooks.
Returns
String.
Usage
$StepExporter = new StepExporter(); $StepExporter->get_step_name();
StepExporter::get_step_name() StepExporter::get step name code WC 10.6.2
public function get_step_name();