File: bp-xprofile/classes/class-bp-xprofile-field-type.php
Description
bp_xprofile_field_edit_html_elements

Filters the edit html elements and attributes.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:544

BP_XProfile_Field_Type::pre_validate_filter()

Allow field types to modify submitted values before they are validated.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:470

BP_XProfile_Field_Type::display_filter()

Allow field types to modify the appearance of their values.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:488

BP_XProfile_Field_Type::admin_save_settings()

Save miscellaneous settings related to this field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:502

BP_XProfile_Field_Type::get_edit_field_html_elements()

Get a sanitised and escaped string of the edit field’s HTML elements and attributes.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:517

bp_xprofile_field_type_set_whitelist_values

Filters values for field type’s whitelist that profile data will be asserted against.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:177

BP_XProfile_Field_Type::get_whitelist_values()

Get the list of whitelisted values.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:190

BP_XProfile_Field_Type::is_valid()

Check the given string against the registered formats for this field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:204

bp_xprofile_field_type_is_valid

Filters whether or not field type is a valid format.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:246

BP_XProfile_Field_Type::do_settings_section()

Check whether the current field type should have a settings (“options”) section on the Edit Field panel.

Source: bp-xprofile/classes/class-bp-xprofile-field-type.php:258