This function has been deprecated. BuddyPress 1.6.0 instead.
groups_check_group_exists( $group_slug )
groups_check_group_exists( $group_slug )
Description
Source
File: bp-core/deprecated/buddypress/1.6.php
204 205 206 207 | function groups_check_group_exists( $group_slug ) { _deprecated_function( __FUNCTION__ , '1.6' , 'groups_get_id()' ); return groups_get_id( $group_slug ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.6.0 | Introduced. |
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.