devices)) { return; } $id = 'customize-control-' . str_replace(['[', ']'], ['-', ''], $this->id); $class = 'customize-control customize-control-' . $this->type; ?>
  • label)) : ?> label); ?>
    devices as $device) : ?>
    description)) : ?> description); ?>
    devices as $device) : ?> responsive_settings[$device]) ? $this->responsive_settings[$device] : $this->id . '_' . $device; $setting = $this->manager->get_setting($setting_id); $setting_value = $setting ? $setting->value() : (isset($this->defaults[$device]) ? $this->defaults[$device] : ''); $input_id = 'blockenix-input-' . str_replace(['[', ']'], ['-', ''], $setting_id); ?>
    input_attrs)) { foreach ($this->input_attrs as $attr => $value) { echo esc_attr($attr) . '="' . esc_attr($value) . '" '; } } ?> />