Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-control-hidden.php.tar

xbodynamge/lebauwcentre/wp-content/themes/customify/inc/customizer/controls/class-control-hidden.php000064400000000632151140510220031174 0ustar00home<?php
class Customify_Customizer_Control_Hidden extends Customify_Customizer_Control_Base {
	static function field_template() {
		?>
		<script type="text/html" id="tmpl-field-customify-hidden">
		<?php
		self::before_field();
		?>
		<input type="hidden" class="customify-input customify-only" data-name="{{ field.name }}" value="{{ field.value }}">
		<?php
		self::after_field();
		?>
		</script>
		<?php
	}
}