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