HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/plugins/rey-core/inc/customizer/fields/accordion-start.php
<?php
namespace ReyCore\Customizer\Fields;

if ( ! defined( 'ABSPATH' ) ) exit;

class AccordionStart extends \Kirki_Control_Base {

	public $type = 'rey_accordion_start';

	public function render_content() {
		if( ! empty($this->label) ){
			printf('<h4 tabindex="-1">%s</h4>%s', $this->label, reycore__get_svg_icon(['id'=>'arrow']) );
		}
	}

}