Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/post.php: wp_get_attachment_thumb_file | Filters the attachment thumbnail file path. |
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. |