rest_comment_collection_params

过滤钩子
apply_filters( 'rest_comment_collection_params', $query_params )

rest_comment_collection_params – 这个钩子用来过滤通过WordPress REST API检索评论集合时接受的参数。开发人员可以使用这个钩子从接受的参数列表中添加或删除参数。

为注释控制器过滤REST API集合参数。

此筛选器注册集合参数,但不将集合参数映射到内部WP_Comment_Query参数。使用rest_comment_query过滤器设置WP_Comment_Query参数。

return apply_filters( 'rest_comment_collection_params', $query_params );

常见问题

FAQs
查看更多 >