Automattic\WooCommerce\Blueprint\Steps
Step::prepare_json_array
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() Step::prepare json array code WC 9.9.5
abstract public function prepare_json_array(): array;