post_lock_lost_dialog WordPress Action Hook

This hook is triggered when a post is locked and the user loses their lock.

do_action( 'post_lock_lost_dialog', WP_Post $post ) #

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


Parameters

$post

(WP_Post)Post object.


Top ↑

Source

File: wp-admin/includes/post.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More