'', 'height' => '1122px', 'width' => '100%', 'classes' => '', 'showName' => false, 'print' => false, 'fullscreenButtonText' => 'View Fullscreen', ); $default = [ 'options' => $options, 'infos' => $infos, 'template' => $template ]; return $default; } // public static function brandColor(){ // $brandColor = get_option('h5vp_option', ['h5vp_player_primary_color' => '#1ABAFF' ]); // if(isset($brandColor['h5vp_player_primary_color']) && !empty($brandColor['h5vp_player_primary_color'])){ // return $brandColor['h5vp_player_primary_color']; // }else { // return '#1ABAFF'; // } // } }