do_action( ‘post_lock_lost_dialog’, WP_Post $post )

In this article

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

Parameters

$postWP_Post
Post object.

Source

do_action( 'post_lock_lost_dialog', $post );

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.