Returns a list of themes with their associated information, as well as meta information about the request. It provides multiple filters to search: text string, feature tags, author, and provides some capability for sorting (popular, featured, updated, new).
- 服务商
- @wordpress/env(WordPress 本地开发环境)
- 输入摘要
- {"name":"action","type":"string","required":true,"description":"Possible actions","enum":["query_themes","theme_information","hot_tags","feature_list"]}, {"name":"request[search]","type":"string","required":false,"description":"Textual search, using a free-form string"}, {"name":"request[tag]","type":"string","required":false,"description":"Filter to return themes with a specified tag or set of tags (pass an array of string)"}, {"name":"request[theme]","type":"string","required":false,"description":"Slug of a specific theme to return"}, {"name":"request[slug]","type":"string","required":false,"description":"Slug of a specific theme to return"}, {"name":"request[author]","type":"string","required":false,"description":"WordPress.org username of the author. Filter to return only themes authored by them"}, {"name":"request[page]","type":"int","required":false,"description":"The page currently returned"}, {"name":"request[per_page]","type":"int","required":false,"description":"Amount of themes returned per page"}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息