最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

uploads - Does wp_get_attachment_image_src also work with non-image files?

programmeradmin3浏览0评论

I wish to get the file path to files other than images like PDF or TXT that are uploaded. Should I use wp_get_attachment_image_src or there's other function more suited for non-image attachments.

I wish to get the file path to files other than images like PDF or TXT that are uploaded. Should I use wp_get_attachment_image_src or there's other function more suited for non-image attachments.

Share Improve this question asked Jan 26, 2022 at 3:44 ratib90486ratib90486 295 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 3

No, wp_get_attachment_image_src() is for image files only. For non-image files, you can use get_attached_file() to get the full filesystem path to the attachment file. And to get the full URL, you can use wp_get_attachment_url().

发布评论

评论列表(0)

  1. 暂无评论