Action hook 'post_lock_lost_dialog'

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

Description

Fires inside the dialog displayed when a user has lost the post lock.

Occurrences

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

Parameters

Type Name Description
WP_Post $post Post object.

PHP Doc

/**
			 * Fires inside the dialog displayed when a user has lost the post lock.
			 *
			 * @since 3.6.0
			 *
			 * @param WP_Post $post Post object.
			 */