File: bp-forums/common/shortcodes.php
Description
BBP_Shortcodes::add_shortcodes()

Register the Forums shortcodes

Source: bp-forums/common/shortcodes.php:102

BBP_Shortcodes::unset_globals()

Unset some globals in the $bbp object that hold query related info

Source: bp-forums/common/shortcodes.php:113

BBP_Shortcodes::start()

Start an output buffer.

Source: bp-forums/common/shortcodes.php:149

BBP_Shortcodes::end()

Return the contents of the output buffer and flush its contents.

Source: bp-forums/common/shortcodes.php:172

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.

Source: bp-forums/common/shortcodes.php:198

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.

Source: bp-forums/common/shortcodes.php:224

BBP_Shortcodes::display_forum_form()

Display the forum form in an output buffer and return to ensure post/page contents are displayed first.

Source: bp-forums/common/shortcodes.php:263

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.

Source: bp-forums/common/shortcodes.php:289

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.

Source: bp-forums/common/shortcodes.php:320