File: bp-xprofile/bp-xprofile-filters.php |
Description |
---|---|
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. |
xprofile_filter_format_field_value() |
Runs stripslashes on XProfile fields. |
xprofile_filter_format_field_value_by_type() |
Apply display_filter() filters as defined by BP_XProfile_Field_Type classes, when inside a bp_has_profile() loop. |
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. |