File: bp-xprofile/bp-xprofile-filters.php |
Description |
---|---|
xprofile_filter_format_field_value_by_field_id() |
Apply display_filter() filters as defined by the BP_XProfile_Field_Type classes, when fetched by xprofile_get_field_data(). |
xprofile_filter_pre_validate_value_by_field_type() |
Apply pre_validate_filter() filters as defined by the BP_XProfile_Field_Type classes before validating. |
bp_xprofile_escape_field_data() |
Escape field value for display. |
xprofile_filter_link_profile_data() |
Filter an Extended Profile field value, and attempt to make clickable links to members search results out of them. |
bp_xprofile_sanitize_field_options() |
Sanitize each field option name for saving to the database. |
bp_xprofile_sanitize_field_default() |
Sanitize each field option default for saving to the database. |
xprofile_filter_kses() |
Run profile field values through kses with filterable allowed tags. |
xprofile_allowed_tags |
Filters the allowed tags for use within xprofile_filter_kses(). |
xprofile_sanitize_data_value_before_save() |
Safely runs profile field data through kses and force_balance_tags. |
xprofile_filtered_data_value_before_save |
Filters the kses-filtered data before saving to database. |