Methods |
Description |
---|---|
BBP_Topics_Admin::filter_post_rows() |
Adjust the request query and include the forum id |
BBP_Topics_Admin::new_help() |
Contextual help for Forums topic edit page |
BBP_Topics_Admin::row_actions() |
Topic Row actions |
BBP_Topics_Admin::setup_actions() |
Setup the admin hooks, actions and filters |
BBP_Topics_Admin::setup_globals() |
Admin globals |
BBP_Topics_Admin::toggle_topic() |
Toggle topic |
BBP_Topics_Admin::toggle_topic_notice() |
Toggle topic notices |
BBP_Topics_Admin::updated_messages() |
Custom user feedback messages for topic post type |
BBP_Topics_Widget::__construct() |
Forums Topic Widget |
BBP_Topics_Widget::form() |
Output the topic widget options form |
BBP_Topics_Widget::parse_settings() |
Merge the widget settings into defaults array. |
BBP_Topics_Widget::register_widget() |
Register the widget |
BBP_Topics_Widget::update() |
Update the topic widget options |
BBP_Topics_Widget::widget() |
Displays the output, the topic list |
BBP_Users_Admin::__construct() |
The Forums users admin loader |
BBP_Users_Admin::remove_forum_roles() |
Remove bbPress’s dynamic roles from user role list |
BBP_Users_Admin::setup_actions() |
Setup the admin hooks, actions and filters |
BBP_Views_Widget::__construct() |
Forums View Widget |
BBP_Views_Widget::form() |
Output the view widget options form |
BBP_Views_Widget::parse_settings() |
Merge the widget settings into defaults array. |
BBP_Views_Widget::register_widget() |
Register the widget |
BBP_Views_Widget::update() |
Update the view widget options |
BBP_Views_Widget::widget() |
Displays the output, the view list |
BBP_Walker_Dropdown::__construct() |
Set the tree_type |
BBP_Walker_Dropdown::start_el() | |
BBP_Walker_Reply::display_element() | |
BBP_Walker_Reply::end_el() | |
BBP_Walker_Reply::end_lvl() | |
BBP_Walker_Reply::start_el() | |
BBP_Walker_Reply::start_lvl() | |
bbPress::__call() |
Magic method to prevent notices and errors from invalid method calls |
bbPress::__clone() |
A dummy magic method to prevent Forums from being cloned |
bbPress::__construct() |
A dummy constructor to prevent Forums from being loaded more than once. |
bbPress::__get() |
Magic method for getting Forums variables |
bbPress::__isset() |
Magic method for checking the existence of a certain custom field |
bbPress::__set() |
Magic method for setting Forums variables |
bbPress::__unset() |
Magic method for unsetting Forums variables |
bbPress::__wakeup() |
A dummy magic method to prevent Forums from being unserialized |
bbPress::add_permastructs() |
Add permalink structures for new archive-style destinations. |
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_rewrite_tags() |
Add the Forums-specific rewrite tags |
bbPress::includes() |
Include required files |
bbPress::instance() |
Main bbPress Instance |
bbPress::register_post_statuses() |
Register the post statuses used by Forums |
bbPress::register_post_types() |
Setup the post types for forums, topics and replies |
bbPress::register_shortcodes() |
Register the Forums shortcodes |
bbPress::register_taxonomies() |
Register the topic tag taxonomy |
bbPress::register_theme_packages() |
Register bundled theme packages |
bbPress::register_views() |
Register the Forums views |
bbPress::setup_actions() |
Setup the default hooks and actions |