Automattic\WooCommerce\Admin\Features\Blueprint\Steps
SetWCShipping::get_step_name()
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() SetWCShipping::get step name code WC 9.7.1
public static function get_step_name(): string { return 'setWCShipping'; }