apply_filters( 'rest_post_search_query', $query_args, $request )
过滤REST API搜索请求的查询参数。
启用添加额外参数或设置默认值的后搜索请求。
$query_args = apply_filters( 'rest_post_search_query', $query_args, $request );