Helper::is_video()
Check single video post.
Description
Check if the current page is a single video post (post type "vimeo-video").
Return
(bool)
Source
File: includes/libs/helper.class.php
public static function is_video(){ return is_singular( Plugin::instance()->get_cpt()->get_post_type() ); }