Automattic\WooCommerce\Blueprint\Schemas
JsonSchema::get_steps
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() JsonSchema::get steps code WC 9.9.5
public function get_steps() { return $this->schema->steps; }