Skip to:
Content
Pages
Categories
Search
Top
Bottom

Accessing the Group Meta table

  • Hi
    I am kind of new to this whole BuddyPress development. I was wondering if there is an api for access BuddyPress Group Meta table?
    Is it intended to be used for similar to the WordPress options table except for groups?

Viewing 1 replies (of 1 total)
  • Found it…
    `groups_delete_groupmeta( $group_id, $meta_key = false, $meta_value = false )`
    `groups_get_groupmeta( $group_id, $meta_key = ”) `
    `groups_update_groupmeta( $group_id, $meta_key, $meta_value )`

    in bp-groups.php

Viewing 1 replies (of 1 total)
  • The topic ‘Accessing the Group Meta table’ is closed to new replies.
Skip to toolbar