Video_Post::get_embed_url()
Returns embed URL
Return
(string)
Source
File: includes/libs/video-post.class.php
public function get_embed_url(){ return sprintf( 'https://player.vimeo.com/video/%s', $this->video_id ); }
Returns embed URL
(string)
File: includes/libs/video-post.class.php
public function get_embed_url(){ return sprintf( 'https://player.vimeo.com/video/%s', $this->video_id ); }