@since: bbPress (r3732)
Description
bbp_load_theme_functions()

Attempt to load a custom Forums functions file, similar to each themes functions.php file.

Source: bp-forums/core/template-loader.php:153

bbp_setup_theme()

The main action used for executing code before the theme has been setup

Source: bp-forums/core/sub-actions.php:329

bbp_after_setup_theme()

The main action used for executing code after the theme has been setup

Source: bp-forums/core/sub-actions.php:339

BBP_Default

Loads Forums Default Theme functionality

Source: bp-forums/templates/default/bbpress-functions.php:31

BBP_Default::__construct()

The main Forums (Default) Loader

Source: bp-forums/templates/default/bbpress-functions.php:43

BBP_Default::setup_actions()

Setup the theme hooks

Source: bp-forums/templates/default/bbpress-functions.php:71

BBP_Default::before_main_content()

Inserts HTML at the top of the main content area to be compatible with the Twenty Twelve theme.

Source: bp-forums/templates/default/bbpress-functions.php:103

BBP_Default::after_main_content()

Inserts HTML at the bottom of the main content area to be compatible with the Twenty Twelve theme.

Source: bp-forums/templates/default/bbpress-functions.php:118

BBP_Default::enqueue_scripts()

Enqueue the required Javascript files

Source: bp-forums/templates/default/bbpress-functions.php:138

BBP_Default::localize_topic_script()

Load localizations for topic script

Source: bp-forums/templates/default/bbpress-functions.php:590