Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: wp_check_post_lock() | Check to see if the post is currently being edited by another user. |
wp-includes/query.php: setup_postdata() | Set up global post data. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post-template.php: get_post_class() | Retrieves an array of the class names for the post container element. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_ancestors() | Retrieve ancestors of a post. |