File: bp-forums/classes/class-bbpress.php |
Description |
---|---|
bbPress::setup_current_user() |
Setup the currently logged-in user |
bbPress::add_rewrite_tags() |
Add the Forums-specific rewrite tags |
bbPress::add_rewrite_rules() |
Add Forums-specific rewrite rules for uri’s that are not setup for us by way of custom post types or taxonomies. This includes: – Front-end editing – Topic views – User profiles |
bbPress::add_permastructs() |
Add permalink structures for new archive-style destinations. |
bbPress::includes() |
Include required files |
bbPress::setup_actions() |
Setup the default hooks and actions |
bbPress::register_theme_packages() |
Register bundled theme packages |
bbPress::setup_theme() |
Setup the default Forums theme compatibility location. |
bbPress::register_post_types() |
Setup the post types for forums, topics and replies |
bbPress::register_post_statuses() |
Register the post statuses used by Forums |