@since: bbPress (r3251) |
Description |
---|---|
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_is_topic_archive() |
Check if we are viewing a topic archive. |
bbp_is_forum_archive() |
Check if we are viewing a forum archive. |