Automattic\WooCommerce\Blueprint\Schemas

JsonSchema::get_stepspublicWC 1.0

Returns the steps from the schema.

Method of the class: JsonSchema{}

No Hooks.

Returns

Array.

Usage

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

JsonSchema::get_steps() code WC 9.9.5

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