bp_nouveau_group_has_meta_extra()
Does the group have extra meta?
Return Return
(bool) True if the group has meta. False otherwise.
Source Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
function bp_nouveau_group_has_meta_extra() { return false !== bp_nouveau_get_hooked_group_meta(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |