php 使用gutenberug将类别更改为单选按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用gutenberug将类别更改为单选按钮相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Disable display of Gutenberg Post Setting UI for a specific
 * taxonomy. While this isn't the official API for this need,
 * it works for now because only Gutenberg is dependent on the
 * REST API response.
 * @Dependencies: Categories Metabox Enhanced
 */
add_filter('rest_prepare_taxonomy', function ($response, $taxonomy) {
  if ('category' === $taxonomy->name) {
    $response->data['visibility']['show_ui'] = false;
  }
  return $response;
}, 10, 2);

以上是关于php 使用gutenberug将类别更改为单选按钮的主要内容,如果未能解决你的问题,请参考以下文章

php TEC过滤条:将类别逻辑从AND(默认)更改为OR。

更改 react-bootstrap 单选按钮颜色的正确方法是啥?

WordPress:如何将类别页面标题更改为仅类别名称?

帮助将 DropDown 事件更改为单选按钮触发器 - javascript

php学生出勤状态使用单选按钮无法存储

Axure:切换单选按扭,控制界面显示不同内容