Automattic\WooCommerce\Blueprint
StepProcessorResult::get_step_name
Get the name of the step.
Метод класса: StepProcessorResult{}
Хуков нет.
Возвращает
Строку. The name of the step.
Использование
$StepProcessorResult = new StepProcessorResult(); $StepProcessorResult->get_step_name();
Код StepProcessorResult::get_step_name() StepProcessorResult::get step name WC 10.9.1
public function get_step_name() {
return $this->step_name;
}