Adds a settings field for specifying whether the element is required to be filled in.
File: src/db-objects/elements/element-types/element-type.php
Element_Type::add_css_classes_settings_field()
Adds a settings field for specifying additional CSS classes for the input.
Element_Type::sanitize_settings_sections()
Sanitizes the settings sections.
Element_Type::sanitize_settings_fields()
Sanitizes the settings fields.
Element_Type::create_error()
Creates a new error object.
Element_Type::get_edit_submission_field_slug()
Gets the slug for a submission value edit field.
Element_Type::add_placeholder_settings_field()
Adds a settings field for specifying the element placeholder.
Element_Type::add_description_settings_field()
Adds a settings field for specifying the element description.
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.