From 9d4123cee1867ee7199b06bdc92d40611f547ecc Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 14:54:07 -0500 Subject: Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/. --- .../class-astra-control-description.php | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 inc/customizer/custom-controls/description/class-astra-control-description.php (limited to 'inc/customizer/custom-controls/description/class-astra-control-description.php') diff --git a/inc/customizer/custom-controls/description/class-astra-control-description.php b/inc/customizer/custom-controls/description/class-astra-control-description.php new file mode 100644 index 0000000..dd38119 --- /dev/null +++ b/inc/customizer/custom-controls/description/class-astra-control-description.php @@ -0,0 +1,57 @@ +json['label'] = esc_html( $this->label ); + $this->json['description'] = $this->description; + $this->json['help'] = $this->help; + } + + /** + * Render the control's content. + * + * @see WP_Customize_Control::render_content() + */ + protected function render_content() {} +} -- cgit v1.2.3-60-g2f50