BBP_BuddyPress_Activity::__construct()
The bbPress BuddyPress Activity loader
Description Description
Source Source
File: includes/extend/buddypress/activity.php
public function __construct() {
$this->setup_globals();
$this->setup_actions();
$this->setup_filters();
$this->fully_loaded();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |