Namespaces: global |
Description |
|---|---|
| bbp_template_include_theme_compat() |
Reset main query vars and filter ‘the_content’ to output a Forums template part as needed. |
| bbp_redirect_canonical() |
Remove the canonical redirect to allow pretty pagination |
| bbp_remove_all_filters() |
Removes all filters from a WordPress filter, and stashes them in the $bbp global in the event they need to be restored later. |
| bbp_restore_all_filters() |
Restores filters from the $bbp global that were removed using bbp_remove_all_filters() |
| bbp_force_comment_status() |
Force comments_status to ‘closed’ for Forums post types |
| BBP_Theme_Compat |
Theme Compatibility base class |
| bbp_is_theme_compat_original_template() |
Set the theme compat original_template global |
| bbp_set_theme_compat_original_template() |
Set the theme compat original_template global |
| bbp_add_template_stack_locations() |
Add template locations to template files being searched for |
| bbp_parse_query() |
Add checks for Forums conditions to parse_query action |