File: bp-forums/classes/class-bbpress.php |
Description |
---|---|
bbPress::setup_globals() |
Set some smart defaults to class variables. Allow some of them to be filtered to allow for early overriding. |
bbp_plugin_basename |
Versions |
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 |