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
-
step ID.
- $flow_id
-
flow ID.
- $new_step_args
-
Step post args.
- $flow_steps
-
Flow steps.
- $flows
-
All flows JSON data.
Source
File: classes/importer/class-cartflows-importer.php
Changelog
Version | Description |
---|---|
x.x.x | Introduced. |