apply_filters( 'bp_get_root_template', bool $value , string $template )
Filters whether or not to override the template being loaded in parent/child themes.
Parameters Parameters
- $value
-
(bool) Whether or not there is a file override. Default false.
- $template
-
(string) The path to the template file that is being used.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |