WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_lock_lost_dialog

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/post.php do_action 1855 /**
* Fires inside the dialog displayed when a user has lost the post lock.
*
* @since 3.6.0
*
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.