BP_Group_Extension::call_display()

Call the display() method.


Description Description

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


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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