label ) && ! empty( $this->label ) ) {
echo '' . esc_html( $this->label ) . '';
}
if ( isset( $this->content ) ) {
echo wp_kses_post( $this->content );
} else {
esc_html_e( 'Please set the `content` parameter for the HTML control.', 'auberge' );
}
if ( isset( $this->description ) && ! empty( $this->description ) ) {
echo '' . wp_kses_post( $this->description ) . '';
}
}
} // /WM_Customizer_HTML