Filters the two strings to use for choice export columns indicating whether the choice was included in the submission or not.
Description
By default, the strings are a localized ‘Yes’ and ‘No’.
Parameters
- $yes_no
-
(array) (Optional) Array with two elements where the first value is the 'Yes' string and the second value is the 'No' string.
- $element_type
-
(awsmug\Torro_Forms\DB_Objects\Elements\Element_Types\Element_Type) (Optional) Current element type.
- $element
-
(awsmug\Torro_Forms\DB_Objects\Elements\Element) (Optional) Current element.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |