Core Function
View Source on Trac ↗ wp_check_locked_posts()
wp_check_locked_posts( mixed $response, mixed $data, mixed $screen_id ) Checks lock status for posts displayed on the Posts screen.
Parameters 3 required
| Name / Type | Description |
|---|---|
| $response array | The Heartbeat response. Required |
| $data array | The $_POST data sent. Required |
| $screen_id string | The screen ID. Required |
Return Value
(array)
The Heartbeat response.
Function Information
Since Version
3.6.0
Source File
wp-admin/includes/misc.php
Advertisement