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()


Top ↑

Return Return

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


Top ↑

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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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