我在帖子上附加了文字文档,并且我想在该帖子上获取它们。
$docs = get_attached_media('attachment', $post->ID);
var_dump($docs);
我什么都得不到。那么文档的类型名称是什么?WP网站根本没有提到它。
有任何想法吗?
我在帖子上附加了文字文档,并且我想在该帖子上获取它们。
$docs = get_attached_media('attachment', $post->ID);
var_dump($docs);
我什么都得不到。那么文档的类型名称是什么?WP网站根本没有提到它。
有任何想法吗?
get_attached_media( string $type, int|WP_Post $post ) $type 是 mime 类型,您可以在此处获取 mime 类型列表 https://www.sitepoint.com/web-foundations/mime-types-complete-list/