do_action( ‘post_submitbox_minor_actions’, WP_Post $post )
动作钩子::在发布元框中的post time/date设置之前触发。
Action Hook: Fires before the post time/date setting in the Publish meta box.
参数 | 类型 | 说明 |
---|---|---|
$post | (WP_Post) | 当前Post的WP_Post对象。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-admin/includes/meta-boxes.php:91 | 1 | 0 |