Automattic\WooCommerce\Admin\Features\Blueprint\Steps

SetWCShipping::get_step_name()public staticWC 1.0

Get the name of the step.

Method of the class: SetWCShipping{}

No Hooks.

Return

String.

Usage

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

SetWCShipping::get_step_name() code WC 9.7.1

public static function get_step_name(): string {
	return 'setWCShipping';
}