Video_Post::set_video_url_meta()
Set video url meta
Source
File: includes/libs/video-post.class.php
public function set_video_url_meta(){
if( $this->link ){
$this->update_meta(
$this->cpt()->get_post_settings()->get_meta_video_url(),
$this->link
);
}
}
