Filters whether to show the post locked dialog.
Returning false from the filter will prevent the dialog from being displayed.
if ( ! apply_filters( 'show_post_locked_dialog', true, $post, $user ) ) {
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/show_post_locked_dialog