File: bp-forums/common/shortcodes.php |
Description |
|---|---|
| BBP_Shortcodes::display_view() |
Display the contents of a specific view in an output buffer and return to ensure that post/page contents are displayed first. |
| BBP_Shortcodes::display_search_form() |
Display the search form in an output buffer and return to ensure post/page contents are displayed first. |
| BBP_Shortcodes::display_search() |
Display the contents of search results in an output buffer and return to ensure that post/page contents are displayed first. |
| BBP_Shortcodes::display_login() |
Display a login form |
| BBP_Shortcodes::display_register() |
Display a register form |
| BBP_Shortcodes::display_forum_index() |
Display an index of all visible root level forums in an output buffer and return to ensure that post/page contents are displayed first. |
| BBP_Shortcodes::display_forum() |
Display the contents of a specific forum ID in an output buffer and return to ensure that post/page contents are displayed first. |
| BBP_Shortcodes::display_forum_form() |
Display the forum form in an output buffer and return to ensure post/page contents are displayed first. |
| BBP_Shortcodes::display_topic_index() |
Display an index of all visible root level topics in an output buffer and return to ensure that post/page contents are displayed first. |
| BBP_Shortcodes::display_topic() |
Display the contents of a specific topic ID in an output buffer and return to ensure that post/page contents are displayed first. |