bp_groups_type_admin_type_exists( boolean $exists = false, string $type_id = '' )
Checks whether a group type already exists.
Description Description
Parameters Parameters
- $exists
-
(Optional) True if the group type already exists. False otherwise.
Default value: false
- $type_id
-
(Optional) The group type identifier.
Default value: ''
Return Return
(boolean) True if the group type already exists. False otherwise.
Source Source
File: bp-groups/bp-groups-admin.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |