File: bp-forums/core/template-functions.php
Description
bbp_register_template_stack()

This is really cool. This function registers a new template stack location, using WordPress’s built in filters API.

Source: bp-forums/core/template-functions.php:261

bbp_deregister_template_stack()

Deregisters a previously registered template stack location.

Source: bp-forums/core/template-functions.php:281

bbp_get_template_stack()

Call the functions added to the ‘bbp_template_stack’ filter hook, and return an array of the template locations.

Source: bp-forums/core/template-functions.php:306