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

Fires at the end of the new field additional settings area.

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

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()

Add a value to this type’s whitelist that profile data will be asserted against.

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

BP_XProfile_Field_Type

Represents a type of XProfile field and holds meta information about the type of value that it accepts.

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

BP_XProfile_Field_Type::__construct()

Constructor.

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

bp_xprofile_field_type

Fires inside __construct() method for BP_XProfile_Field_Type class.

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

BP_XProfile_Field_Type::set_format()

Set a regex that profile data will be asserted against.

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