bp_rest_activity_prepare_value, $response, $request, $activity

bp_rest_activity_prepare_value, $response, $request, $activity

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_rest_activity_prepare_value, $response, $request, $activity') is found 1 times:

  • /bp-activity/classes/class-bp-rest-activity-endpoint.php line 975
    		 * @param WP_REST_Response     $response The response data.
    		 * @param WP_REST_Request      $request  Request used to generate the response.
    		 * @param BP_Activity_Activity $activity The activity object.
    		 */
    		return apply_filters( 'bp_rest_activity_prepare_value', $response, $request, $activity );
    	}
    
    	/**
    	 * Prepare activity comments.
    	 *
    	 * @since 5.0.0