apply_filters( 'bp_located_template', string $template , array $filtered_templates )
Filters the template locations.
Description Description
Allows plugins to alter where the template files are located.
Parameters Parameters
- $template
-
Located template path.
- $filtered_templates
-
Array of templates to attempt to load.
Source Source
File: bp-core/bp-core-catchuri.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |