apply_filters( 'show_post_locked_dialog', bool $display, WP_Post $post, WP_User $user )

Filters whether to show the post locked dialog.


Description

Returning false from the filter will prevent the dialog from being displayed.


Parameters

$display

Whether to display the dialog. Default true.

$post

Post object.

$user

The user with the lock for the post.


Source

File: wp-admin/includes/post.php

View on GitHub



Changelog

Changelog
Version Description
3.6.0 Introduced.