wpseek.com
WordPress开发者和主题制作者的搜索引擎



post_submitbox_start › WordPress动作钩子

Since4.9.0
已弃用n/a
do_action( 'post_submitbox_start', $post )
参数:
  • (WP_Post|null) $post WP_Post object for the current post on Edit Post screen, null on Edit Link screen.
    Required: Yes
定义在:
文档:

Fires at the beginning of the publishing actions section of the Publish meta box.





源码

do_action( 'post_submitbox_start', $post );