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 9.9.5
public function get_step_name();