apply_filters( "bp_{$type}_template", string $template )
Filters the path to a template file.
Description Description
This is a variable filter based on the type passed into bp_get_query_template.
Parameters Parameters
- $template
-
(string) Path to the most appropriate found template file.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |