' . $this->html . '
' : '';
// Begin the output. ?>
label ) && '' !== $this->label ) {
echo '
' . sanitize_text_field( $this->label ) . $icon . '';
}
if ( isset( $this->description ) && '' !== $this->description ) {
echo '
' . wp_kses_post( $this->description ) . '
';
}
echo wp_kses_post( $bottom );
?>