Gets the two strings indicating ‘Yes’ and ‘No’ in an export column.
File: src/db-objects/elements/element-types/element-type.php
torro_export_column_choices_yes_no
Filter Hook: Filters the two strings to use for choice export columns indicating whether the choice was included in the submission or not.
Element_Type::use_single_export_column_for_choices()
Checks whether a single export column should be used for all choices.
torro_allow_get_params
Filter Hook: Filters whether to allow GET parameters to pre-populate form element values.
Element_Type::format_values_for_export()
Formats values for an export.
Element_Type::get_export_columns()
Gets the columns required for an export.
Element_Type::filter_json()
Filters the array representation of a given element of this type.
torro_input_placeholder
Filter Hook: Filters the placeholder for an element field.
torro_required_indicator
Filter Hook: Filters the required indicator for an element that must be filled.
Element_Type::validate_field()
Validates a field value for an element.