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

    Cartflows_Flow_Meta::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: admin-legacy/modules/flow/class-cartflows-flow-meta.php

    
    			

    Expand full source code Collapse full source code


    Changelog

    Changelog
    Version Description
    1.0.0 Introduced.