bp_get_group_type_metadata_schema( array $schema = array(), string $taxonomy = '' )
Extend generic Type metadata schema to match Group Type needs.
Description Description
Parameters Parameters
- $schema
-
(Optional) The generic Type metadata schema.
Default value: array()
- $taxonomy
-
(Optional) The taxonomy name the schema applies to.
Default value: ''
Return Return
(array) The Group Type metadata schema.
Source Source
File: bp-groups/bp-groups-functions.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |