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 Description


Parameters Parameters

$value

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

$updated_message

The updated message object.

$request

The request sent to the API.


Top ↑

Source Source

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


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.