post_submitbox_minor_actions

动作钩子


do_action( 'post_submitbox_minor_actions', $post )
参数
  • (WP_Post)
    $post
    WP_Post object for the current post.
    Required:
定义位置
  • wp-admin/includes/meta-boxes.php
    , line 97
引入
4.4.0
弃用

Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons
in the Publish meta box.

do_action( 'post_submitbox_minor_actions', $post );