Automattic\WooCommerce\Blueprint\Steps
SetSiteOptions::get_step_name
Get the name of the step.
Метод класса: SetSiteOptions{}
Хуков нет.
Возвращает
Строку
. step name
Использование
$result = SetSiteOptions::get_step_name(): string;
Код SetSiteOptions::get_step_name() SetSiteOptions::get step name WC 10.0.2
public static function get_step_name(): string { return 'setSiteOptions'; }