apply_filters( "bp_get_member_profile_data_{$profile_data[$r[‘field’]][‘field_type’]}", string|bool $data , array $r )
Filters the resulting piece of member profile data by field type.
Description Description
This is a dynamic filter based on field type of the current field requested.
Parameters Parameters
- $data
-
(string|bool) Profile data if found, otherwise false.
- $r
-
(array) Array of parsed arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |