@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.

Source: bp-forums/core/theme-compat.php:884

bbp_restore_all_filters()

Restores filters from the $bbp global that were removed using bbp_remove_all_filters()

Source: bp-forums/core/theme-compat.php:936

bbp_is_topic_archive()

Check if we are viewing a topic archive.

Source: bp-forums/common/template.php:282

bbp_is_forum_archive()

Check if we are viewing a forum archive.

Source: bp-forums/common/template.php:148