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.
Source
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |