bp_rest_response_add_total_headers (WP_REST_Response美元的反应整数总美元整数per_page美元

设置标头以让客户端脚本知道分页。

描述

参数

美元的反应

WP_REST_Response(必需)响应数据。

总美元

整数(必需)找到的项目的总数。

per_page美元

整数(必需)每页结果的项目数。

返回

(WP_REST_Response)$response响应数据。

文件:bp-core / bp-core-rest-api.php

function bp_rest_response_add_total_headers(WP_REST_Response $response, $total = 0, $per_page = 0) {if (!总美元| | !$per_page) {return $response;} $total_items = (int) $total;$max_pages = cell ($total_items / (int) $per_page);$response->header('X-WP-Total', $total_items);$response->报头('X-WP-TotalPages', (int) $max_pages);返回$响应;}

更新日志

更新日志
版本 描述
BuddyBoss 1.3.5 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队