Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: _draft_or_post_title() | Get the post title. |
wp-admin/includes/template.php: _media_states() | Outputs the attachment media states as HTML. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: sanitize_html_class() | Sanitizes an HTML classname to ensure it only contains valid characters. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/media.php: wp_get_attachment_image() | Get an HTML img element representing an image attachment |
wp-includes/post.php: get_attached_file() | Retrieve attached file path based on attachment ID. |