Cartflows_Helper::add_checkout_field( string $type, string $field_key, array $field_data = array(), int $post_id )

Add Checkout field. ( Moved this function to pro so need to remove this function later )


Parameters

$type

(string) (Required) Field type.

$field_key

(string) (Required) Field key.

$field_data

(array) (Optional) Field data.

Default value: array()

$post_id

(int) (Required) Post id.


Return

(boolean.)


Source

File: classes/class-cartflows-helper.php