post_submitbox_start

最后更新于:2021-11-27 17:29:27

do_action( ‘post_submitbox_start’, GC_Post|null $post )

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

参数

$post

(GC_Post|null)
GC_Post object for the current post on Edit Post screen, null on Edit Link screen.

源文件

文件: gc-admin/includes/meta-boxes.php

View on Trac