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::register_post_types() |
Setup the post types for forums, topics and replies |
bbPress::register_post_statuses() |
Register the post statuses used by Forums |
bbPress::register_taxonomies() |
Register the topic tag taxonomy |
bbp_register_topic_taxonomy |
Trash fix |
bbPress::__isset() |
Magic method for checking the existence of a certain custom field |
bbPress::register_views() |
Register the Forums views |