BP_Nouveau_Customizer_Group_Nav::all_groups_fronts( array $templates = array() )
Front template: do not look into group’s template hierarchy.
Description Description
Parameters Parameters
- $templates
-
(Optional) The list of possible group front templates.
Default value: array()
Return Return
(array) The list of "global" group front templates.
Source Source
File: bp-templates/bp-nouveau/includes/groups/classes.php
public function all_groups_fronts( $templates = array() ) {
return array_intersect( array(
'groups/single/front.php',
'groups/single/default-front.php',
), $templates );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |