BBP_Forums_Group_Extension::__construct()
Setup bbPress group extension variables
Description Description
Source Source
File: includes/extend/buddypress/groups.php
public function __construct() { $this->setup_variables(); $this->setup_actions(); $this->setup_filters(); $this->maybe_unset_forum_menu(); $this->fully_loaded(); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |