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().
Description Description
Parameters Parameters
- $xprofile_allowedtags
-
Array of allowed tags for profile field values.
- $data_obj
-
The BP_XProfile_ProfileData object.
- $field_id
-
The ID of the profile field.
Source Source
File: bp-xprofile/bp-xprofile-filters.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Added $field_id parameter. |
2.1.0 | Added $data_obj parameter. |
1.5.0 | Introduced. |