apply_filters( 'bp_get_template_locations', array $locations , array $templates )
Filters the possible subdirectories to check for templates in.
Parameters Parameters
- $locations
-
(array) Array of subfolders to look in.
- $templates
-
(array) Array of templates we are looking for.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |