Automattic\WooCommerce\Blueprint\Steps
SetSiteOptions::get_step_name
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() SetSiteOptions::get step name code WC 10.7.0
public static function get_step_name(): string {
return 'setSiteOptions';
}