*/ class BoxWP_Customize_Static_Text_Control extends WP_Customize_Control { public $type = 'boxwp-static-text'; public function __construct( $manager, $id, $args = array() ) { parent::__construct( $manager, $id, $args ); } protected function render_content() { if ( ! empty( $this->label ) ) : ?>label ); ?>description ) ) : ?>