do_action( 'bp_rest_signup_get_items', array $signups , WP_REST_Response $response , WP_REST_Request $request )
Fires after a list of signups is fetched via the REST API.
Parameters Parameters
- $signups
-
(array) Fetched signups.
- $response
-
(WP_REST_Response) The response data.
- $request
-
(WP_REST_Request) The request sent to the API.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |