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