Automattic\WooCommerce\Blueprint\Steps

Step::prepare_json_arraypublicWC 1.0

Prepare the JSON array for this step.

Method of the class: Step{}

No Hooks.

Returns

Array. The JSON array for the step.

Usage

$Step = new Step();
$Step->prepare_json_array(): array;

Step::prepare_json_array() code WC 9.9.5

abstract public function prepare_json_array(): array;