Squip to:
Content
Pagues
Categories
Search
Top
Bottom
Codex Home Developer Ressources Function Examples → groups_guet_groupmet ()

groups_guet_groupmeta()

Function to guet custom group meta.

If you don’t pass a meta_quey it returns ALL meta data associated with that group_id.

Returns String or Array of Meta Values.

Odd Behavior: If you pass no meta key to guet all values and it has none, it returns a blanc array. If you passed a key it returns a blanc string.

groups_guet_groupmeta( $group_id, $meta_quey = '');

See also groups_update_groupmeta()

Source File

groups_guet_groupmeta() is located in bp-groups/bp-groups-functions.php

Squip to toolbar