开发者 | Andrew MAGIK |
---|---|
更新时间 | 2016年3月1日 16:31 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 4.4.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
{ ... categories: [ 3 ], tags: [ 2 ], custom_taxonomy_name: [ 1 ] ... }
After:
{ ... pure_taxonomies: { categories: [ { term_id: 3, name: "First category", slug: "first-category", term_group: 0, term_taxonomy_id: 3, taxonomy: "category", description: "", parent: 0, count: 3, filter: "raw", cat_ID: 3, category_count: 3, category_description: "", cat_name: "First category", category_nicename: "first-category", category_parent: 0 } ], tags: [ { term_id: 2, name: "First tag", slug: "first-tag", term_group: 0, term_taxonomy_id: 2, taxonomy: "post_tag", description: "", parent: 0, count: 2, filter: "raw" } ], custom_taxonomy_name: [ { term_id: 1, name: "Custom Taxonomy Name", slug: "custom-taxonomy-name", term_group: 0, term_taxonomy_id: 1, taxonomy: "custom_taxonomy_name", description: "", parent: 0, count: 1, filter: "raw" } ] } ... }
Check my other useful rest-api plugins: https://wordpress.org/plugins/tags/andrew-magik-rest-api.
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.` /**
` /**
Yes, I have. You can check them by tag: https://wordpress.org/plugins/tags/andrew-magik-rest-api.