On this page
do_action( 'post_locked_dialog', WP_Post $post, WP_User $user )
Fires inside the post locked dialog before the buttons are displayed.
Parameters
Source
File: wp-admin/includes/post.php. View all references
do_action( 'post_locked_dialog', $post, $user );
Related
Used By
| Used By | Description |
|---|---|
| _admin_notice_post_locked() wp-admin/includes/post.php | Outputs the HTML for the notice to say that someone else is editing or has taken over editing of this post. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_locked_dialog