This plugin is outdated and might not be supported anymore
Custom Taxonomies for Blocks

Custom Taxonomies for Blocks

Details
View on WordPress

Custom taxonomies that were developed prior to the release of WordPress 5.0 (the Gutenberg release) may not be compatible with the WordPress block editor.

Custom taxonomies require that the “show_in_rest” property be set to “true” in order to work with the block editor. “show_in_rest” was added with WordPress 4.7 and the integration of the WordPress JSON REST API. Sites using custom taxonomies that were created prior to this likely do not have this property set. Additionally, the default value for “show_in_rest” is “false” (this is poorly documented), ergo older custom taxonomies will not appear in the WordPress block editor interface.

This plugin will take any custom taxonomy where the “show_in_rest” feature is set to “false” and change it to “true”. It will not add any additional REST properties, such as “rest_base” or “rest_controller_class”. If you need those properties set for any reason, you will need to update your custom taxonomy where it is being registered.

Details

Plugin code:
custom-taxonomies-for-blocks
Plugin version:
1.0.0
Outdated:
Yes
WP version:
5.0 or higher
PHP version:
5.6 or higher
Test up to WP version:
5.3.18
Total installations:
0
Last updated:
2019-11-06
Rating:
Times rated:
0
block-editor
custom-taxonomies
gutenberg