Uses
| Uses | Description | 
|---|---|
| wp-admin/includes/ajax-actions.php: wp_check_post_lock_window | Filters the post lock window duration. | 
| wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. | 
| wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. | 
| wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. | 
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. | 
| wp-includes/user.php: get_current_user_id() | Get the current user’s ID | 
| wp-includes/post.php: update_post_meta() | Updates a post meta field based on the given post ID. | 
| wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |