File: bp-forums/core/template-functions.php |
Description |
---|---|
bbp_add_template_stack_locations() |
Add template locations to template files being searched for |
bbp_parse_query() |
Add checks for Forums conditions to parse_query action |
bbp_get_query_template() |
Retrieve path to a template |
bbp_get_template_locations() |
Get the possible subdirectories to check for templates in |
bbp_get_template_part() |
Adds Forums theme support to any active WordPress theme |
bbp_locate_template() |
Retrieve the name of the highest priority template file that exists. |
bbp_locate_template |
This action exists only to follow the standard Forums coding convention, and should not be used to short-circuit any part of the template locator. |
bbp_enqueue_style() |
Enqueue a script from the highest priority location in the template stack. |
bbp_enqueue_script() |
Enqueue a script from the highest priority location in the template stack. |
bbp_register_template_stack() |
This is really cool. This function registers a new template stack location, using WordPress’s built in filters API. |