File: bp-forums/classes/class-bbpress.php |
Description |
---|---|
bbPress::setup_actions() |
Setup the default hooks and actions |
bbPress::register_theme_packages() |
Register bundled theme packages |
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 |
bbpress() |
The main function responsible for returning the one true bbPress Instance to functions everywhere. |