Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_check_filetype() | Retrieve the file type from the file name. |
wp-includes/media.php: wp_get_video_extensions() | Returns a filtered list of supported video formats. |
wp-includes/media.php: wp_get_audio_extensions() | Returns a filtered list of supported audio formats. |
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. |