Classic_Editor::post_show_video_meta_box()
Display live video meta box on post editing
Source
File: includes/libs/admin/editor/classic-editor.class.php
public function post_show_video_meta_box(){ $_post = Helper::get_video_post(); $player = new Player( $_post ); $player->get_output(true, 700); }