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
402 | public function post_show_video_meta_box(){ |
403 | $_post = Helper::get_video_post(); |
404 | $player = new Player( $_post ); |
405 | $player ->get_output(true, 700); |
406 | } |