File: bp-xprofile/classes/class-bp-xprofile-field-type.php |
Description |
---|---|
bp_xprofile_field_edit_html_elements |
Filters the edit html elements and attributes. |
BP_XProfile_Field_Type::admin_field_html() |
Output HTML for this field type on the wp-admin Profile Fields screen. |
BP_XProfile_Field_Type::edit_field_options_html() |
Output the edit field options HTML for this field type. |
BP_XProfile_Field_Type::admin_new_field_html() |
Output HTML for this field type’s children options on the wp-admin Profile Fields “Add Field” and “Edit Field” screens. |
bp_xprofile_admin_new_field_additional_settings |
Fires at the end of the new field additional settings area. |
BP_XProfile_Field_Type::pre_validate_filter() |
Allow field types to modify submitted values before they are validated. |
BP_XProfile_Field_Type::display_filter() |
Allow field types to modify the appearance of their values. |
BP_XProfile_Field_Type::admin_save_settings() |
Save miscellaneous settings related to this field type. |
BP_XProfile_Field_Type::get_edit_field_html_elements() |
Get a sanitised and escaped string of the edit field’s HTML elements and attributes. |
bp_xprofile_field_type_set_whitelist_values |
Filters values for field type’s whitelist that profile data will be asserted against. |