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.


Top ↑

Parameters Parameters

$fields

(array) Array of field type/class name pairings.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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