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 9.9.5
public static function get_step_name(): string { return 'setSiteOptions'; }