Action hook 'post_locked_dialog'

in WP Core File wp-admin/includes/post.php at line 1881

Description

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

Occurrences

Filename Line Number
wp-admin/includes/post.php 1881

Parameters

Type Name Description
WP_Post $post Post object.
WP_User $user The user with the lock for the post.

PHP Doc

/**
		 * Fires inside the post locked dialog before the buttons are displayed.
		 *
		 * @since 3.6.0
		 * @since 5.4.0 The $user parameter was added.
		 *
		 * @param WP_Post $post Post object.
		 * @param WP_User $user The user with the lock for the post.
		 */