Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wp_oembed_get( $url, $args = '' )适用于外部托管的视频,但对于本地托管的视频,它不起作用。如果我们放置本地视频 url,它不会返回任何内容。它在使用youtube和vimeo视频时非常有效。我需要这个来在内容之外显示视频。
wp_oembed_get( $url, $args = '' )
检查法典
返回值
如果$url是受支持提供程序的有效 url,则该函数返回从 oEmbed 协议提供给它的嵌入代码。否则,它将返回 false。
$url
$url仅适用于受支持的提供商,如youtube、vimeo