apply_filters( 'xprofile_get_field_data', string $value, int $field_id, int $user_id )

Filters the field data value for a specific field for the user.


Parameters Parameters

$value

(string) Value saved for the field.

$field_id

(int) ID of the field being displayed.

$user_id

(int) ID of the user being displayed.


Source Source

File: bp-xprofile/bp-xprofile-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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