Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/link-template.php: get_attachment_link() | Retrieves the permalink for an attachment. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |