If the custom field contains just the URL you can achieve this using wp_oembed_get $video_url = 'https://vimeo.com/75791532'; $video = wp_oembed_get( ...
確定! 回上一頁