File: bp-forums/classes/class-bbpress.php |
Description |
|---|---|
| bbPress::register_theme_packages() |
Register bundled theme packages |
| bbPress::setup_theme() |
Setup the default Forums theme compatibility location. |
| bbPress::instance() |
Main bbPress Instance |
| bbPress::__construct() |
A dummy constructor to prevent Forums from being loaded more than once. |
| bbPress::__clone() |
A dummy magic method to prevent Forums from being cloned |
| bbPress::__wakeup() |
A dummy magic method to prevent Forums from being unserialized |
| bbpress() |
The main function responsible for returning the one true bbPress Instance to functions everywhere. |
| bbPress |
Main bbPress Class |