bp_nouveau_the_group_meta( array $args = array() )
Outputs or returns the group meta(s).
Description Description
Parameters Parameters
- $args
-
(Optional) An array of arguments.
- 'keys'
(array) The list of template meta keys. - 'delimeter'
(string) The delimeter to use in case there is more than one key to output. - 'echo'
(boolean) True to output the template meta value. False otherwise.
Default value: array()
- 'keys'
Return Return
(string) HTML Output.
Source Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
Changelog Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |