Namespaces: global |
Description |
|---|---|
| bbp_get_query_template() |
Retrieve path to a template |
| bbp_get_template_locations() |
Get the possible subdirectories to check for templates in |
| 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. |
| bbp_deregister_template_stack() |
Deregisters a previously registered template stack location. |
| bbp_get_template_stack() |
Call the functions added to the ‘bbp_template_stack’ filter hook, and return an array of the template locations. |
| bbp_buffer_template_part() |
Get a template part in an output buffer, and return it |
| bbp_get_reply_move_template() |
Get the reply move template |
| bbp_get_topic_tag_template() |
Get the topic template |