apply_filters( 'bbp_template_include_theme_compat' )
Bail if the template already matches a bbPress template. This includes archive-* and single-* WordPress post_type matches (allowing themes to use the expected format) as well as all bbPress-specific template files for users, topics, forums, etc.
Description Description
..
We do this after the above checks to prevent incorrect 404 body classes and header statuses, as well as to set the post global as needed.
See also See also
Source Source
File: includes/core/theme-compat.php