apply_filters( 'bp_xprofile_get_field_types', array $fields )
Filters the list of all xprofile field types.
Description Description
If you’ve added a custom field type in a plugin, register it with this filter.
Parameters Parameters
- $fields
-
Array of field type/class name pairings.
Source Source
File: bp-xprofile/bp-xprofile-functions.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |