do_action( 'bp_rest_message_update_starred_item', BP_Messages_Message $message , string $action , WP_REST_Response $response , WP_REST_Request $request )
Fires after a message is starred/unstarred via the REST API.
Description Description
Parameters Parameters
- $message
-
Message object.
- $action
-
Informs about the update performed. Possible values are
star
orunstar
. - $response
-
The response data.
- $request
-
The request sent to the API.
Source Source
File: bp-messages/classes/class-bp-rest-messages-endpoint.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |