主题
最后更新于:2021-11-29 21:37:16
Themes
结构
结构定义了主题数据中存在的所有字段。除非使用“_filter”查询参数构造字段,否则来自这些端点的任何响应都可以包含以下字段。
stylesheet string | 主题的样式表。这唯一地标识了主题。 只读 Context: |
template string | 主题的模板。如果这是子主题,则是指父主题,否则这与主题的样式表相同。 只读 Context: |
author object | 主题作者。 只读 Context: |
author_uri object | 主题作者的网站。 只读 Context: |
description object | 主题描述。 只读 Context: |
name object | 主题的名称。 只读 Context: |
requires_php string | 主题工作所需的最低PHP版本。 只读 Context: |
requires_gc string | 主题工作所需的最低GeChiUI版本。 只读 Context: |
screenshot string, uri | 主题的屏幕截图URL。 只读 Context: |
tags object | 主题样式和功能的标签。 只读 Context: |
textdomain string | 主题的文本域。 只读 Context: |
theme_supports object | 此主题支持的功能。 只读 Context: |
theme_uri object | 主题官网的URI。 只读 Context: |
version string | 主题的当前版本。 只读 Context: |
主题列表
查询此端点以检索主题集合。您可以使用下面的URL查询参数来控制和过滤您收到的响应。
定义
GET /gc/v2/themes
请求示例
$ curl https://example.com/gc-json/gc/v2/themes
参数
context | 提交请求的数据结构;明确响应字段结构。 |
page | 集合的分页页码 默认: 1 |
per_page | 返回结果集的最大条数。 默认: 10 |
search | 字符串匹配的结果集。 |
status | Limit result set to themes assigned one or more statuses.Required: 1 |