@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::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 |
BBP_Default::__construct() |
The main Forums (Default) Loader |
BBP_Default::setup_actions() |
Setup the theme hooks |