We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef8cf4a + fee7c43 commit 8641d6eCopy full SHA for 8641d6e
readme.md
@@ -203,6 +203,7 @@ Release pending.
203
* Changed: Maintenance Mode Internal Processing
204
* Changed: Depreciated TSF Filters replaced with the_seo_framework_meta_render_data
205
* Removed: Adding Current Menu Item
206
+* Fixed: Missing Category Field in Gutenberg Editor
207
208
### 0.7
209
unmus_taxonomy.php
@@ -184,6 +184,7 @@ function unmus_create_zimtwolke_taxonomy() {
184
'hierarchical' => true,
185
'labels' => $labels,
186
'show_ui' => true,
187
+ 'show_in_rest' => true,
188
'show_admin_column' => true,
189
'update_count_callback' => '_update_post_term_count',
190
'query_var' => true,
0 commit comments