esc_html__( 'Accepts raw html with image url and youtube/vimeo video url', 'business-curve' ) , 'panels_groups' => array( 'themewidgets' ) ) ); } function form( $instance ) { $content = ! empty( $instance[ 'content' ] ) ? html_entity_decode ($instance[ 'content' ] ): ''; $image = ! empty( $instance[ 'image' ] ) ? esc_url ($instance[ 'image' ] ): ''; $video_url = ! empty( $instance[ 'video_url' ] ) ? esc_url ($instance[ 'video_url' ] ): ''; $height = ! empty( $instance[ 'height' ] ) ? $instance[ 'height' ] : ''; $width = ! empty( $instance[ 'width' ] ) ? $instance[ 'width' ] : ''; $cta_label = ! empty( $instance[ 'cta_label' ] ) ? $instance[ 'cta_label' ] : ''; $cta_url = ! empty( $instance[ 'cta_url' ] ) ? esc_url($instance[ 'cta_url' ]) : ''; ?>

null, 'width' => esc_attr($width), 'height'=>esc_attr($height)) );?>