File: bp-core/bp-core-template-loader.php |
Description |
|---|---|
| bp_set_template_included() |
Set the included template. |
| bp_is_template_included() |
Is a BuddyPress template being included? |
| bp_get_template_locations() |
Get the possible subdirectories to check for templates in. |
| bp_get_template_locations |
Filters the possible subdirectories to check for templates in. |
| bp_get_template_stack |
Filters the “template stack” list of registered directories where templates can be found. |
| 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. |