当前浏览:首页 / WordPress函数 / post_categories_meta_box()

post_categories_meta_box( WP_Post $post, array $box )

显示文章类别表单字段

cat

category 分类more...

meta_box meta组框

postmore...


参数

$post

(WP_Post)(必填) 当前post对象。

$box

(array)(必填) 类别meta box参数。

  • 'id'
    (string) meta box 'id'属性。
  • 'title'
    (string) meta box标题。
  • 'callback'
    (callable) meta box显示回调。
  • 'args'
    (array) 额外的meta box参数。
    • 'taxonomy'
      (string) 分类法,默认值为'category'。


源码

查看源码 官方文档


更新日志

版本描述
2.6.0开始引入