Uses
Uses | Description |
---|---|
wp-admin/includes/comment.php: get_pending_comments_num() | Get the number of pending comments on a post or posts |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |
wp-includes/media.php: wp_get_attachment_image() | Get an HTML img element representing an image attachment |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |