apply_filters( 'bp_groups_get_front_template', array $template_names , object $group )
Filters the hierarchy of group front templates corresponding to a specific group.
Parameters Parameters
- $template_names
-
(array) Array of template paths.
- $group
-
(object) Group object.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added the $group parameter. |
2.4.0 | Introduced. |