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


Top ↑

Return Return

(string) HTML Output.


Top ↑

Source Source

File: bp-templates/bp-nouveau/includes/groups/template-tags.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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