label ) ) { echo '' . $this->label . ''; } if ( isset( $this->content ) ) { echo $this->content; } if ( isset( $this->description ) ) { echo '' . $this->description . ''; } } } endif; if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'Builder_Lite_Documentation' ) ) : /* custom information type */ class Builder_Lite_Documentation extends WP_Customize_Control { //parameters public $type = 'info'; public $label = ''; /** * Render the control's content. * * Allows the content to be overriden without having to rewrite the wrapper. * * @since 1.0.0 * @return void */ public function render_content() { ?>
label ); ?>