rest_comment_collection_params

Advertisement

Summery Summery

Filter collection parameters for the comments controller.

Syntax Syntax

apply_filters( 'rest_comment_collection_params', array $query_params )

Description Description

This filter registers the collection parameter, but does not map the collection parameter to an internal WP_Comment_Query parameter. Use the rest_comment_query filter to set WP_Comment_Query parameters.

Parameters Parameters

$query_params

JSON Schema-formatted collection parameters.

Source Source

File: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply