BP_XProfile_Group::__construct( int|null $id = null )

Initialize and/or populate profile field group.


Description Description


Parameters Parameters

$id

(Optional) Field group ID.

Default value: null


Top ↑

Source Source

File: bp-xprofile/classes/class-bp-xprofile-group.php

	public function __construct( $id = null ) {
		if ( ! empty( $id ) ) {
			$this->populate( $id );
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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