apply_filters( 'bp_get_member_profile_data', string|bool $data , array $r )
Filters resulting piece of member profile data.
Parameters Parameters
- $data
-
(string|bool) Profile data if found, otherwise false.
- $r
-
(array) Array of parsed arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $r parameter. |
1.2.0 | Introduced. |