bp_get_member_type_metadata_schema( array $schema = array(), string $taxonomy = '' )
Extend generic Type metadata schema to match Member 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 Member Type metadata schema.
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |