File ManagerCurrent Directory: wp-content/themes/astra/inc/customizer/custom-controls/descriptionLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: class-astra-control-description.php <?php /** * Customizer Control: description * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since 1.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * A text control with validation for CSS units. */ class Astra_Control_Description extends WP_Customize_Control { /** * The control type. * * @access public * @var string */ public $type = 'ast-description'; /** * The control type. * * @access public * @var string */ public $help = ''; /** * Refresh the parameters passed to the JavaScript via JSON. * * @see WP_Customize_Control::to_json() */ public function to_json() { parent::to_json(); $this->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() {} } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirclass-astra-control-description.phpFile1.08 KB Rename | Delete | Edit