bp_rest_activity_get_item, $activity, $response, $request
bp_rest_activity_get_item, $activity, $response, $request
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_rest_activity_get_item, $activity, $response, $request') is found 1 times:
- /bp-activity/classes/class-bp-rest-activity-endpoint.php line 324
* @param BP_Activity_Activity $activity Fetched activity. * @param WP_REST_Response $response The response data. * @param WP_REST_Request $request The request sent to the API. */ do_action( 'bp_rest_activity_get_item', $activity, $response, $request ); return $response; } /** * Check if a given request has access to get information about a specific activity.