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 10.6.2
public function get_steps() {
return $this->schema->steps;
}