Returns the element mappings for a given form ID.
Description
See also
Parameters
- $form_id
-
(int) (Required) Form ID.
Return
(array) Multidimensional array, where the first level is <code>$element_id => $field_slugs</code> pairs and the second level is <code>$field_slug => $mapped_param</code> pairs.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |