Uses
Uses | Description |
---|---|
wp-includes/theme.php: get_template_directory() | Retrieves template directory path for current theme. |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: wp_attachment_is_image() | Determines whether an attachment is an image. |
wp-includes/post.php: wp_mime_type_icon() | Retrieve the icon for a MIME type or attachment. |
wp-includes/post.php: icon_dir | Filters the icon directory path. |
wp-includes/post.php: wp_get_attachment_thumb_url() | Retrieve URL for an attachment thumbnail. |
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. |