Namespaces: global
Description
bbp_get_query_template()

Retrieve path to a template

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

bbp_get_template_locations()

Get the possible subdirectories to check for templates in

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

bbp_get_theme_compat_templates()

Get the templates to use as the endpoint for Forums template parts

Source: bp-forums/core/template-loader.php:517

bbp_get_template_part()

Adds Forums theme support to any active WordPress theme

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

bbp_locate_template()

Retrieve the name of the highest priority template file that exists.

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

bbp_enqueue_style()

Enqueue a script from the highest priority location in the template stack.

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

bbp_enqueue_script()

Enqueue a script from the highest priority location in the template stack.

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

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