bp_nouveau_member_has_meta()
Does the member has meta.
Return Return
(bool) True if the member has meta. False otherwise.
Source Source
File: bp-templates/bp-nouveau/includes/members/template-tags.php
function bp_nouveau_member_has_meta() { return (bool) bp_nouveau_get_member_meta(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |