BP_XProfile_Group::get_group_meta( $group_id,  $meta_key = '',  $single = true )

Description

Source

File: bp-xprofile/classes/class-bp-xprofile-group.php

    public static function get_group_meta ( $group_id, $meta_key = '', $single = true ) {
        return bp_xprofile_get_meta( $group_id, 'group', $meta_key, $single );
    }

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.