post_tags_meta_box()
2020-05-02 / 5161阅 / 悠然
如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款
post_tags_meta_box( WP_Post $post, array $box )
参数
- $post
(WP_Post)
(Required)
Post object.
- $box
(array)
(Required)
Tags meta box arguments.
- 'id'
(string) Meta box 'id' attribute. - 'title'
(string) Meta box title. - 'callback'
(callable) Meta box display callback. - 'args'
(array) Extra meta box arguments.- 'taxonomy'
(string) Taxonomy. Default 'post_tag'.