WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_locked_dialog

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/post.php do_action 1818 /**
* Fires inside the post locked dialog before the buttons are displayed.
*
* @since 3.6.0
* @since 5.4.0 The $user parameter was added.
*
* @param WP_Post $post Post object.
* @param WP_User $user The user with the lock for the post.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.
WP_User $user The user with the lock for the post.