Helper Functions

get_capabilities()
The get_capabilities function retrieves all capabilities or a specific capability for the add-on.

gf_do_action()
The gf_do_action function allows additional actions based on form and field ID to be defined easily.

gform_add_meta()
The gform_add_meta function adds the metadata associated with an entry in the Entry Meta table.

gform_delete_meta()
The gform_delete_meta function deletes the meta key from the Entry Meta table.

gform_get_meta()
The gform_get_meta function retrieves the meta value of the specified meta key from the Entry Meta table.

gform_update_meta()
The gform_update_meta function updates the meta value of the specified meta key in the Entry Meta table.

gravity_form_enqueue_scripts
The gravity_form_enqueue_scripts function will enqueue the necessary styles and scripts for the specified Gravity Form.

rgar()
The rgar function is used to retrieve a value from an array.

rgars()
The rgars function is used to retrieve a value from a multi level array.

rgblank()
The rblank function can be used to validate if a string is empty.

rgempty()
The rgempty function is used to validate if a variable or array key is empty, null, or false.

rgexplode()
The rgexplode function explodes a string into an array of strings.

rgget()
The rgget function is used to retrieve a value from the $_GET array.

rgobj()
The rgobj function is used to retrieve a property value from an object.

rgpost()
The rgpost function is used to retrieve a value from the $_POST array.