Filters whether to show the post locked dialog.
Description
Returning false from the filter will prevent the dialog from being displayed.
Parameters
Source
if ( ! apply_filters( 'show_post_locked_dialog', true, $post, $user ) ) {
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.