ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
www-data
/
oldwordpress
/
naresh-newwordpress
/
wp-content
/
themes
/
hestia
/
inc
/
customizer
/
controls
/
ui
/
Upload FileeE
HOME
<?php /** * Customizer Control: Hestia_Customizer_Heading. * * @since 1.1.56 * @package hestia */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Heading control */ class Hestia_Customizer_Heading extends WP_Customize_Control { /** * The control type. * * @access public * @var string */ public $type = 'hestia-heading'; /** * An Underscore (JS) template for this control's content (but not its container). * * Class variables for this control class are available in the `data` JS object; * export custom variables by overriding {@see WP_Customize_Control::to_json()}. * * @see WP_Customize_Control::print_template() * * @access protected */ protected function content_template() { ?> <h4 class="hestia-customizer-heading">{{{ data.label }}}</h4> <?php } }