apply_filters( 'xprofile_allowed_tags', array $xprofile_allowedtags , BP_XProfile_ProfileData|null $data_obj , int|null $field_id )
Filters the allowed tags for use within xprofile_filter_kses().
Parameters Parameters
- $xprofile_allowedtags
-
(array) Array of allowed tags for profile field values.
- $data_obj
-
(BP_XProfile_ProfileData|null) The BP_XProfile_ProfileData object.
- $field_id
-
(int|null) The ID of the profile field.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Added $field_id parameter. |
2.1.0 | Added $data_obj parameter. |
1.5.0 | Introduced. |