xprofile_update_field_group_position( int $field_group_id, int $position )
Update the position of a specific profile field group.
Description
Parameters
- $field_group_id
-
(Required) Field group ID to update.
- $position
-
(Required) Field group position to update to.
Return
(boolean)
Source
File: bp-xprofile/bp-xprofile-functions.php
function xprofile_update_field_group_position( $field_group_id = 0, $position = 0 ) { return BP_XProfile_Group::update_position( $field_group_id, $position ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.