esc_html__( 'Accepts raw html', 'business-curve' ) , 'panels_groups' => array( 'themewidgets' ) ) ); } function form( $instance ) { $content = ! empty( $instance[ 'text' ] ) ? html_entity_decode ( $instance[ 'text' ] ): ''; $cta_label = ! empty( $instance[ 'cta_label' ] ) ? $instance[ 'cta_label' ] : ''; $cta_url = ! empty( $instance[ 'cta_url' ] ) ? esc_url( $instance[ 'cta_url' ] ) : ''; ?>