apply_filters( 'bp_rest_messages_can_edit_item_meta', boolean $value, BP_Messages_Message $updated_message, WP_REST_Request $request )

Filter here to allow more users to edit the message meta (eg: the recipients).

Description

Parameters

$value

(boolean) Whether the user can edit the message meta. By default: only the sender and a community moderator can.

$updated_message

(BP_Messages_Message) The updated message object.

$request

(WP_REST_Request) The request sent to the API.

Source

File: bp-messages/classes/class-bp-rest-messages-endpoint.php

Changelog

Changelog
Version Description
0.1.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.