Automattic\WooCommerce\Blueprint\Steps

SetSiteOptions::get_step_namepublic staticWC 1.0

Get the name of the step.

Method of the class: SetSiteOptions{}

No Hooks.

Returns

String. step name

Usage

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

SetSiteOptions::get_step_name() code WC 9.9.5

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