__('Displays a video of your choosing.', 'hemingway') )); } function widget($args, $instance) { // Outputs the content of the widget extract($args); // Make before_widget, etc available. $widget_title = apply_filters('widget_title', $instance['widget_title']); $video_url = $instance['video_url']; echo $before_widget; if (!empty($widget_title)) { echo $before_title . $widget_title . $after_title; } ?>