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).


Parameters 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 Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.