首页 WordPress函数大全 post_format_meta_box()

post_format_meta_box()

2020-05-02 / 4496阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

post_format_meta_box( WP_Post $post, array $box )

显示帖子格式表单元素。

描述

参数

$post

(WP_Post)
(Required)
Post object.

$box

(array)
(Required)
Post formats 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.
大家谈论
    我的见解