Uses
Uses | Description |
---|---|
wp-admin/includes/ajax-actions.php: wp_check_post_lock_window | Filters the post lock window duration. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
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: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |