Automattic\WooCommerce\Blueprint\Steps

Step::get_step_namepublic staticWC 1.0

Get the step name.

Method of the class: Step{}

No Hooks.

Returns

String.

Usage

$result = Step::get_step_name(): string;

Step::get_step_name() code WC 9.9.5

abstract public static function get_step_name(): string;