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

File: bp-core/bp-core-template-loader.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.