do_action( 'post_locked_dialog', WP_Post $post , WP_User $user )
Fires inside the post locked dialog before the buttons are displayed.
Parameters
- $post
-
Post object.
- $user
-
The user with the lock for the post.
Source
Changelog
Version | Description |
---|---|
5.4.0 | The $user parameter was added. |
3.6.0 | Introduced. |