Summery Summery
Filters whether to allow the post lock to be overridden.
Syntax Syntax
Description Description
Returning false from the filter will disable the ability to override the post lock.
Parameters Parameters
- $override
-
Whether to allow the post lock to be overridden. Default true.
- $post
-
Post object.
- $user
-
The user with the lock for the post.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |