bp_xprofile_get_field_type( int $field_id )
Get a profile Field Type object.
Description Description
Parameters Parameters
- $field_id
-
(Required) ID of the field.
Return Return
(BP_XProfile_Field_Type|null) Field Type object if found, otherwise null.
Source Source
File: bp-xprofile/bp-xprofile-functions.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |