Automattic\WooCommerce\Blueprint\Exporters

StepExporter::get_step_namepublicWC 1.0

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() code WC 9.9.5

public function get_step_name();