Fires inside the dialog displayed when a user has lost the post lock.
Parameters
$post
WP_Post- Post object.
Source
do_action( 'post_lock_lost_dialog', $post );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
Fires inside the dialog displayed when a user has lost the post lock.
$post
WP_Postdo_action( 'post_lock_lost_dialog', $post );
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.