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 );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.1 | Introduced. |