apply_filters( 'torro_export_column_choices_yes_no', array $yes_no, awsmug\Torro_Forms\DB_Objects\Elements\Element_Types\Element_Type $element_type, awsmug\Torro_Forms\DB_Objects\Elements\Element $element )

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

Changelog
Version Description
1.0.0 Introduced.