File: bp-core/bp-core-template-loader.php |
Description |
---|---|
bp_show_hide_toolbar() |
Show/Hide WordPress toolbar based on the plugin settings. |
bp_add_template_stack_locations() |
Add template locations to template files being searched for. |
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_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. |
bp_locate_template_and_load |
Filter here to allow/disallow template loading. |
bp_locate_template_asset() |
Get file data of the highest priority asset that exists. |
bp_register_template_stack() |
Register a new template stack location. |