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.


Top ↑

Parameters Parameters

$data

(string|bool) Profile data if found, otherwise false.

$r

(array) Array of parsed arguments.


Source Source

File: bp-members/bp-members-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.