| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| 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.php0000644 00000000632 15114051022 0031174 0 ustar 00 home <?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
}
}