post_locked_dialog

最后更新于:2021-11-27 16:56:25

do_action( ‘post_locked_dialog’, GC_Post $post, GC_User $user )

Fires inside the post locked dialog before the buttons are displayed.

参数

$post

(GC_Post)
Post object.

$user

(GC_User)
The user with the lock for the post.

源文件

文件: gc-admin/includes/post.php

View on Trac