attachment_submitbox_misc_actions

动作钩子


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

Fires after the ‘Uploaded on’ section of the Save meta box
in the attachment editing screen.

do_action( 'attachment_submitbox_misc_actions', $post );