apply_filters( 'bp_rest_messages_get_items_query_args', array $args, WP_REST_Request $request )

Filter the query arguments for the request.


Parameters Parameters

$args

(array) Key value array of query var to query value.

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