apply_filters( 'override_post_lock', bool $override , WP_Post $post , WP_User $user )
Filters whether to allow the post lock to be overridden.
Description Description
Returning false from the filter will disable the ability to override the post lock.
Parameters Parameters
Source Source
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |