Automattic\WooCommerce\Blueprint\Steps

Step::get_schemapublic staticWC 1.0

Get the schema for this step.

Method of the class: Step{}

No Hooks.

Returns

Array.

Usage

$result = Step::get_schema( $version ): array;
$version(int)
The schema version.
Default: 1

Step::get_schema() code WC 9.9.5

abstract public static function get_schema( int $version = 1 ): array;