| 4 | | {{{ |
| 5 | | JSON.stringify( wp.data.select( 'core' ).getTaxonomies( { per_page: -1 } ), null, 2 ) |
| 6 | | |
| 7 | | "[ |
| 8 | | { |
| 9 | | "name": "Categories", |
| 10 | | "slug": "category", |
| 11 | | "description": "", |
| 12 | | "types": [ |
| 13 | | "post" |
| 14 | | ], |
| 15 | | "hierarchical": true, |
| 16 | | "rest_base": "categories", |
| 17 | | "_links": { |
| 18 | | "collection": [ |
| 19 | | { |
| 20 | | "href": "https://blog.flowl.info/wp-json/wp/v2/taxonomies" |
| 21 | | } |
| 22 | | ], |
| 23 | | "wp:items": [ |
| 24 | | { |
| 25 | | "href": "https://blog.flowl.info/wp-json/wp/v2/categories" |
| 26 | | } |
| 27 | | ], |
| 28 | | "curies": [ |
| 29 | | { |
| 30 | | "name": "wp", |
| 31 | | "href": "https://api.w.org/{rel}", |
| 32 | | "templated": true |
| 33 | | } |
| 34 | | ] |
| 35 | | } |
| 36 | | }, |
| 37 | | { |
| 38 | | "name": "Tags", |
| 39 | | "slug": "post_tag", |
| 40 | | "description": "", |
| 41 | | "types": [ |
| 42 | | "post" |
| 43 | | ], |
| 44 | | "hierarchical": false, |
| 45 | | "rest_base": "tags", |
| 46 | | "_links": { |
| 47 | | "collection": [ |
| 48 | | { |
| 49 | | "href": "https://blog.flowl.info/wp-json/wp/v2/taxonomies" |
| 50 | | } |
| 51 | | ], |
| 52 | | "wp:items": [ |
| 53 | | { |
| 54 | | "href": "https://blog.flowl.info/wp-json/wp/v2/tags" |
| 55 | | } |
| 56 | | ], |
| 57 | | "curies": [ |
| 58 | | { |
| 59 | | "name": "wp", |
| 60 | | "href": "https://api.w.org/{rel}", |
| 61 | | "templated": true |
| 62 | | } |
| 63 | | ] |
| 64 | | } |
| 65 | | } |
| 66 | | ]" |
| 67 | | }}} |
| | 5 | Why is something so basic and core related causing this kind of behaviour... How can I REALLY disable Gutenberg? |