. * */ /** * Option names that control which meta info is displayed below video * thumbnails */ class org_tubepress_options_category_Meta { const AUTHOR = "author"; const CATEGORY = "category"; const DESCRIPTION = "description"; const ID = "id"; const LENGTH = "length"; const RATING = "rating"; const RATINGS = "ratings"; const TAGS = "tags"; const TITLE = "title"; const UPLOADED = "uploaded"; const URL = "url"; const VIEWS = "views"; }