WordPress为JS准备附件对象函数:wp_prepare_attachment_for_js
文 / @WordPress主题
WordPress函数wp_prepare_attachment_for_js为JS准备附件对象,包含了附件的所有信息。
wp_prepare_attachment_for_js( int|WP_Post $attachment )
函数参数
$attachment
整数或WP_Post对象
附件的ID或对象
函数返回值
Array ( [id] => 3163 [title] => baidusrf-for-linux [filename] => baidusrf-for-linux.webp [url] => https://www.tiezhushuo.com/wp-content/uploads/2020/05/baidusrf-for-linux.webp [link] => https://www.tiezhushuo.com/2895.html/baidusrf-for-linux [alt] => 替代文本 [author] => 1 [description] => => 百度输入法Linux版 [name] => baidusrf-for-linux [status] => inherit [uploadedTo] => 2895 //父ID [date] => 1601856000 [modified] => 1601856000 [menuOrder] => 0 [mime] => image/webp [type] => image [subtype] => webp [icon] => https://www.tiezhushuo.com/wp-includes/images/media/default.png [dateFormatted] => 2020年10月05日 [nonces] => Array ( [update] => [delete] => [edit] => ) [editLink] => [meta] => [authorName] => admin [authorLink] => [uploadedToTitle] => 百度输入法Linux版 [uploadedToLink] => [filesizeInBytes] => 22528 [filesizeHumanReadable] => 22 KB [context] => [height] => 430 [width] => 768 [orientation] => landscape [sizes] => Array ( [thumbnail] => Array ( [height] => 200 [width] => 320 [url] => https://www.tiezhushuo.com/wp-content/uploads/2020/05/baidusrf-for-linux-320x200.webp [orientation] => landscape ) [full] => Array ( [url] => https://www.tiezhushuo.com/wp-content/uploads/2020/05/baidusrf-for-linux.webp [height] => 430 [width] => 768 [orientation] => landscape ) ) )
扩展阅读
wp_prepare_attachment_for_js()函数位于:wp-includes/media.php
相关函数:
- get_media_states()
- wp_get_original_image_url()
- wp_get_original_image_path()
- wp_ajax_media_create_image_subsizes()
- wp_ajax_crop_image()
- wp_ajax_upload_attachment()
- wp_ajax_get_attachment()

相关文章
-
搭建一个WordPress网站需要多少成本 2023-11-06 00:09:51
-
Symlink介绍(附:如何使用Symlink进行WordPress开发) 2023-11-05 23:38:32
-
让WordPress实现数据库同步的插件:HyperDB 2023-10-24 23:40:49
-
allegro电商平台值得做吗(附:2023年Allegro注册流程指南) 2023-10-08 21:53:39
-
印度跨境电商平台有哪些(附:印度跨境电商做什么产品好) 2023-10-08 21:34:23
-
跨境电商必看的几大海外二手电商平台 2023-10-08 18:04:42
-
WordPress同城互联网产品解决方案:UBASE 2023-10-03 16:40:39
-
WordPress网站的安全插件:wordfence 2023-09-14 09:25:18
-
WordPress 6.3 支持在手动更新插件和主题失败后回滚旧版本 2023-08-28 16:58:45
-
WordPress 6.3版本(2023年8月)性能提升了哪些? 2023-08-28 16:56:02