Automattic\WooCommerce\Blueprint

StepProcessorResult::get_step_namepublicWC 1.0

Get the name of the step.

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

Хуков нет.

Возвращает

Строку. The name of the step.

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

$StepProcessorResult = new StepProcessorResult();
$StepProcessorResult->get_step_name();

Код StepProcessorResult::get_step_name() WC 10.9.1

public function get_step_name() {
	return $this->step_name;
}