xprofile_update_field_group_position( int $field_group_id, int $position )

Update the position of a specific profile field group.


Description Description


Parameters Parameters

$field_group_id

(Required) Field group ID to update.

$position

(Required) Field group position to update to.


Top ↑

Return Return

(boolean)


Top ↑

Source 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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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