@since: BuddyPress 1.7.0
Description
bp_{$type}_template

Filters the path to a template file.

Source: bp-core/bp-core-template-loader.php:402

bp_get_template_part()

Get a BuddyPress template part for display in a theme.

Source: bp-core/bp-core-template-loader.php:27

get_template_part_{$slug}

Let plugins adding an action to bp_get_template_part get it from here.

Source: bp-templates/bp-nouveau/includes/members/functions.php:329

bp_get_template_part

Filters the template parts to be loaded.

Source: bp-core/bp-core-template-loader.php:57

bp_locate_template()

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

Source: bp-core/bp-core-template-loader.php:97

bp_register_template_stack()

Register a new template stack location.

Source: bp-core/bp-core-template-loader.php:212

bp_deregister_template_stack()

Deregister a previously registered template stack location.

Source: bp-core/bp-core-template-loader.php:235

bp_get_template_stack()

Get the “template stack”, a list of registered directories where templates can be found.

Source: bp-core/bp-core-template-loader.php:262

bp_get_template_stack

Filters the “template stack” list of registered directories where templates can be found.

Source: bp-core/bp-core-template-loader.php:315

bp_buffer_template_part()

Put a template part into an output buffer, and return it.

Source: bp-core/bp-core-template-loader.php:331