wp_check_post_lock
wp_check_post_lock ( $post )
Parameters:- (int|WP_Post) post ID or object of the post to check for editing.
Returns:- (int|false) ID of the user with lock. False if the post does not exist, post is not locked, the user with lock does not exist, or the post is locked by current user.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Determines whether the post is currently being edited by another user.