dvadf
File manager - Edit - /home/centroca/public_html/wp/wp-content/themes/astra/inc/customizer/custom-controls/heading/class-astra-control-heading.php
Back
<?php /** * Customizer Control: Heading * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since 1.4.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * A text control with validation for CSS units. */ class Astra_Control_Heading extends WP_Customize_Control { /** * The control type. * * @access public * @var string */ public $type = 'ast-heading'; /** * The control type. * * @access public * @var string */ public $caption = ''; /** * 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'] = $this->label; $this->json['caption'] = $this->caption; $this->json['description'] = $this->description; } /** * Render the control's content. * * @see WP_Customize_Control::render_content() */ protected function render_content() {} }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings