apply_filters( 'bp_get_type_metadata_schema', array $schema , string $type_taxonomy )
Filter here to add new meta to the BuddyPress type metadata.
Description Description
Parameters Parameters
- $schema
-
Associative array (name => arguments).
- $type_taxonomy
-
The Type's taxonomy name.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |