Filters whether to allow the post lock to be overridden.
Description
Returning false from the filter will disable the ability to override the post lock.
Parameters
Source
$override = apply_filters( 'override_post_lock', 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.