label ) && '' !== $this->label ) { echo '' . sanitize_text_field( $this->label ) . '
'; } if ( isset( $this->description ) && '' !== $this->description ) { echo '
' . wp_kses_post( $this->description ) . '
'; } } } }