vimeotheque_get_the_video_duration()
Get video duration.
Description
Get the current post video duration.
Return
(string)
Source
File: includes/libs/templates/post-template.php
46 | function vimeotheque_get_the_video_duration(){ |
47 | return Helper::get_the_video_duration(); |
48 | } |