File: bp-forums/classes/class-bbpress.php |
Description |
|---|---|
| bbp_plugin_basename |
Versions |
| bbp_default_tab_index |
Misc |
| bbpress() |
The main function responsible for returning the one true bbPress Instance to functions everywhere. |
| bbPress |
Main bbPress Class |
| 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 |