标签: php wordpress video
如何为我在wordpress中添加到页面的视频检索PHP对象。
$images = get_attached_media('image', $post->ID); //returns all images I uploaded in the editor
这适用于图像,但不适用于视频
$videos = get_attached_media('video', $post->ID); //returns an empty array