@since: bbPress (r3031)
Description
bbPress::register_shortcodes()

Register the Forums shortcodes

Source: bp-forums/classes/class-bbpress.php:708

BBP_Shortcodes::display_reply_form()

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

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

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.

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

BBP_Shortcodes

Forums Shortcode Class

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

BBP_Shortcodes::__construct()

Add the register_shortcodes action to bbp_init

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

BBP_Shortcodes::add_shortcodes()

Register the Forums shortcodes

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

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_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