Sanitizes the settings sections.
File: src/db-objects/elements/element-types/element-type.php
Element_Type::sanitize_settings_fields()
Sanitizes the settings fields.
Element_Type::add_required_settings_field()
Adds a settings field for specifying whether the element is required to be filled in.
Element_Type::add_css_classes_settings_field()
Adds a settings field for specifying additional CSS classes for the input.
Element_Type::get_export_column_choices_yes_no()
Gets the two strings indicating ‘Yes’ and ‘No’ in an export column.
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_use_single_export_column_for_choices
Filter Hook: Filters whether to only render a single column for all choices when exporting submissions.
Element_Type::escape_single_value_for_export()
Escapes a single value for a specific export format.
Element_Type::create_error()
Creates a new error object.