post_submitbox_minor_actions
最后更新于:2021-11-27 17:23:25
do_action( ‘post_submitbox_minor_actions’, GC_Post $post )
Fires before the post time/date setting in the Publish meta box.
参数
- $post
-
(GC_Post)
GC_Post object for the current post.
源文件
文件: gc-admin/includes/meta-boxes.php
View on Trac