BP_Nouveau_Customizer_Group_Nav::all_groups_fronts( array $templates = array() )

Front template: do not look into group’s template hierarchy.

Description

Parameters

$templates

(array) (Optional) The list of possible group front templates.

Default value: array()

Return

(array) The list of "global" group front templates.

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
BuddyPress 3.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.