description ); ?>

type ) { default: case 'text' : echo '

' . esc_html( $this->description ) . '

'; break; case 'addon': echo '' . sprintf( '%2$s', esc_url( $this->url ), esc_html__( 'Add-on available','brand' ) ) . ''; echo '

' . wp_kses( $this->description, array( 'a' => array( 'href' => array(), 'title' => array(), ), 'br' => array(), ) ) . '

'; break; case 'line' : echo '
'; break; } } } }