dbx_post_sidebar

动作钩子


do_action( 'dbx_post_sidebar', $post )
参数
  • (WP_Post)
    $post
    Post object.
    Required:
定义位置
  • wp-admin/edit-form-advanced.php
    , line 723
引入
2.1.0
弃用

Fires after all meta box sections have been output, before the closing #post-body div.

do_action( 'dbx_post_sidebar', $post );