Filter by type:
Search
Skip to content
Browse: Home / Classes / CartFlows_Importer / CartFlows_Importer::create_step()

CartFlows_Importer::create_step( int $flow_id, int $step_type, int $step_title )

Create step for given flow.


Parameters

$flow_id

(Required) flow ID.

$step_type

(Required) step type.

$step_title

(Required) step title.


Return

(int)


Source

File: classes/importer/class-cartflows-importer.php


			

Expand full source code Collapse full source code


Changelog

Changelog
Version Description
1.0.0 Introduced.