@since: bbPress (r3732) |
Description |
---|---|
bbp_load_theme_functions() |
Attempt to load a custom Forums functions file, similar to each themes functions.php file. |
bbp_setup_theme() |
The main action used for executing code before the theme has been setup |
bbp_after_setup_theme() |
The main action used for executing code after the theme has been setup |
BBP_Default::before_main_content() |
Inserts HTML at the top of the main content area to be compatible with the Twenty Twelve theme. |
BBP_Default::after_main_content() |
Inserts HTML at the bottom of the main content area to be compatible with the Twenty Twelve theme. |
BBP_Default::enqueue_scripts() |
Enqueue the required Javascript files |
BBP_Default::localize_topic_script() |
Load localizations for topic script |
BBP_Default::ajax_favorite() |
AJAX handler to add or remove a topic from a user’s favorites |
BBP_Default::ajax_subscription() |
AJAX handler to Subscribe/Unsubscribe a user from a topic |
BBP_Default |
Loads Forums Default Theme functionality |