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
-
Path to the most appropriate found template file.
Source Source
File: bp-core/bp-core-template-loader.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |