apply_filters( 'bp_xprofile_field_get_children', object $children , bool $for_editing , BP_XProfile_Field $this )
Filters the found children for a field.
Parameters Parameters
- $children
-
(object) Found children for a field.
- $for_editing
-
(bool) Whether or not the field is for editing.
- $this
-
(BP_XProfile_Field) Field object
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Added the $this parameter. |
1.2.5 | Introduced. |