Helper::get_the_video_duration()
Get video duration.
Description
Get the current post video duration.
Return
(string)
Source
File: includes/libs/templates/helper.class.php
public static function get_the_video_duration(){
$post = \Vimeotheque\Helper::get_video_post();
return $post->_duration;
}
