BP_XProfile_Group::update_group_meta( $group_id, $meta_key, $meta_value, $prev_value = '' )
Description
Source
File: bp-xprofile/classes/class-bp-xprofile-group.php
648 649 650 | public static function update_group_meta ( $group_id , $meta_key , $meta_value , $prev_value = '' ) { return bp_xprofile_update_meta( $group_id , 'group' , $meta_key , $meta_value , $prev_value ); } |
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.