. * */ /** * YouTube feed options * */ class org_tubepress_options_category_Feed { /* The order in which these constants are declared dictates the order in which they'll be presented on the options page */ const CACHE_ENABLED = "cacheEnabled"; const EMBEDDABLE_ONLY = "embeddableOnly"; const FILTER = "filter_racy"; const CLIENT_KEY = "clientKey"; const DEV_KEY = "developerKey"; }