這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Custom Taxonomies for Blocks

外掛說明

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.

安裝方式

  1. Upload the plugin to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常見問題集

What does this plugin _do_, exactly?

This plugin will go through every registered custom taxonomy (any taxonomy that isn’t registered in wp-includes/taxonomy.php) and change the “show_in_rest” property from false to true. Doing so will enable older custom taxonomies to be accessed in the WordPress block editor.

Are there any settings for this plugin?

Not at present, but a later version of this plugin will allow site administrators to choose which custom taxonomies they want to enable for the block editor interface.

Does this plugin work with the Classic Editor plugin?

Since the Classic Editor plugin disables the WordPress block editor completely, there is no need for this plugin if Classic Editor is installed and activated.

If Classic Editor is installed and activated, this plugin will not run.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Custom Taxonomies for Blocks〉的開發相關工作。

參與者

將〈Custom Taxonomies for Blocks〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Initial submission to the WordPress plugin repository. Sets all custom taxonomies where “show_in_rest” is false to true so that they are compatible with the WordPress 5.* block editor interface.