Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. | 
| wp-includes/formatting.php: esc_url() | Checks and cleans a URL. | 
| wp-includes/link-template.php: get_attachment_link() | Retrieves the permalink for an attachment. | 
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. | 
| wp-includes/post-template.php: wp_get_attachment_link | Filters a retrieved attachment page link. | 
| wp-includes/media.php: wp_get_attachment_image() | Get an HTML img element representing an image attachment | 
| wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. | 
| wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. | 
| wp-includes/post.php: get_attached_file() | Retrieve attached file path based on attachment ID. |