esc_html__( 'Displays video iframe from youtube/vimeo', 'business-champ' ) , 'panels_groups' => array( 'themewidgets' ) ) ); } function form( $instance ) { $video_url = ! empty( $instance[ 'video_url' ] ) ? esc_url( $instance[ 'video_url' ] ) : ''; $height = ! empty( $instance[ 'height' ] ) ? $instance[ 'height' ] : '300'; $width = ! empty( $instance[ 'width' ] ) ? $instance[ 'width' ] : '450'; ?>