File: bp-core/bp-core-template-loader.php |
Description |
---|---|
bp_buffer_template_part() |
Put a template part into an output buffer, and return it. |
bp_get_query_template() |
Retrieve the path to a template. |
bp_get_{$type}_template |
Filters possible file paths to check for for a template. |
bp_{$type}_template |
Filters the path to a template file. |
bp_get_template_part() |
Get a BuddyPress template part for display in a theme. |
bp_get_template_part |
Filters the template parts to be loaded. |
bp_get_asset_template_part() |
Get an asset template part. |
bp_locate_template() |
Retrieve the name of the highest priority template file that exists. |
bp_locate_template |
This action exists only to follow the standard BuddyPress coding convention, and should not be used to short-circuit any part of the template locator. |