apply_filters( 'bp_rest_signup_create_item_meta', array $meta , WP_REST_Request $request )
Allow plugins to add their signup meta specific to the BP REST API.
Parameters Parameters
- $meta
-
(array) The signup meta.
- $request
-
(WP_REST_Request) The request sent to the API.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |