Helper::is_video_taxonomy()
Check if video taxonomy.
Description
Returns true is viewing a video taxonomy page.
Return
(bool)
Source
File: includes/libs/templates/helper.class.php
public static function is_video_taxonomy(){ return is_tax( get_object_taxonomies( Plugin::instance()->get_cpt()->get_post_type() ) ); }