Automattic\WooCommerce\Blueprint\Steps

SetSiteOptions::get_step_namepublic staticWC 1.0

Get the name of the step.

Метод класса: SetSiteOptions{}

Хуков нет.

Возвращает

Строку. step name

Использование

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

Код SetSiteOptions::get_step_name() WC 10.0.2

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