BP_Group_Extension::call_display()

Call the display() method.

Description

We use this wrapper so that we can pass the group_id to the display() callback.

Source

File: bp-groups/classes/class-bp-group-extension.php

	public function call_display() {
		$this->display( $this->group_id );
	}

Changelog

Changelog
Version Description
BuddyPress 2.1.1 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.