Automattic\WooCommerce\Blueprint\Schemas

JsonSchema::get_stepspublicWC 1.0

Returns the steps from the schema.

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

Хуков нет.

Возвращает

Массив.

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

$JsonSchema = new JsonSchema();
$JsonSchema->get_steps();

Код JsonSchema::get_steps() WC 10.0.2

public function get_steps() {
	return $this->schema->steps;
}