File: bp-core/bp-core-template-loader.php |
Description |
---|---|
bp_parse_query |
Fires at the end of the bp_parse_query function. |
bp_template_include_theme_supports() |
Possibly intercept the template being loaded. |
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_locate_template_asset() |
Get file data of the highest priority asset that exists. |
bp_register_template_stack() |
Register a new template stack location. |
bp_deregister_template_stack() |
Deregister a previously registered template stack location. |
bp_get_template_stack() |
Get the “template stack”, a list of registered directories where templates can be found. |
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. |