多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Schema The schema defines all the fields that exist for a type object. capabilities array All capabilities used by the resource. Read only Context: edit description string A human-readable description of the resource. Read only Context: view, edit hierarchical boolean Whether or not the resource should have children. Read only Context: view, edit labels object Human-readable labels for the resource for various contexts. Read only Context: edit name string The title for the resource. Read only Context: view, edit, embed slug string An alphanumeric identifier for the resource. Read only Context: view, edit, embed Example Request #Example Request $ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wp/v2/types Top ↑ List Types #List Types Top ↑ Arguments #Arguments context Scope under which the request is made; determines fields present in response. Default: view One of: view, embed, edit ## Definition ``` GET /wp/v2/types ``` ## Example Request ``` $ curl http://demo.wp-api.org/wp-json/wp/v2/types ``` # Retrieve a Type ## Arguments context Scope under which the request is made; determines fields present in response. Default: view One of: view, embed, edit ## Definition ``` GET /wp/v2/types/<type> ``` ## Example Request ``` $ curl http://demo.wp-api.org/wp-json/wp/v2/types/<type> ```