do_action( 'cartflows_step_imported', int $new_step_id, int $flow_id, array $new_step_args, array $flow_steps, array $flows )

Fire after step import


Parameters

$new_step_id

(int) step ID.

$flow_id

(int) flow ID.

$new_step_args

(array) Step post args.

$flow_steps

(array) Flow steps.

$flows

(array) All flows JSON data.


Source

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



Changelog

Changelog
Version Description
x.x.x Introduced.