bp_register_type_meta( string $type_tax, string $meta_key, array $args )
Registers a meta key for BuddyPress types.
Description Description
Parameters Parameters
- $type_tax
-
(Required) The BuddyPress type taxonomy.
- $meta_key
-
(Required) The meta key to register.
- $args
-
(Required) Data used to describe the meta key when registered. See register_meta() for a list of supported arguments.
Return Return
(bool) True if the meta key was successfully registered, false if not.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |