| Server IP : 51.91.236.255 / Your IP : 216.73.217.120 Web Server : Apache System : Linux webm002.cluster129.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 : laureet ( 1012854) PHP Version : 8.0.30 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/laureet/www/wp-content/themes/rhye/inc/customizer/panels/theme-options/sections/ |
Upload File : |
<?php $priority = 1; /** * Indicators */ Kirki::add_field( 'arts', array( 'type' => 'generic', 'label' => esc_html__( 'Indicators', 'rhye' ), 'settings' => 'galleries_generic_heading' . $priority, 'section' => 'galleries', 'priority' => $priority++, 'choices' => array( 'element' => 'span', ), ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_counter_enabled', 'label' => esc_html__( 'Enable Slides Counter', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_captions_enabled', 'label' => esc_html__( 'Enable Captions', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) ); Kirki::add_field( 'arts', array( 'type' => 'generic', 'settings' => 'galleries_generic_divider' . $priority, 'section' => 'galleries', 'priority' => $priority++, 'choices' => array( 'element' => 'hr', ), ) ); /** * Controls */ Kirki::add_field( 'arts', array( 'type' => 'generic', 'label' => esc_html__( 'Controls', 'rhye' ), 'settings' => 'galleries_generic_heading' . $priority, 'section' => 'galleries', 'priority' => $priority++, 'choices' => array( 'element' => 'span', ), ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_close_on_scroll_enabled', 'label' => esc_html__( 'Enable "Close on Scroll" feature', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_zoom_enabled', 'label' => esc_html__( 'Enable Zoom Functionality', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_arrows_enabled', 'label' => esc_html__( 'Enable Prev & Next Arrows', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_fullscreen_button_enabled', 'label' => esc_html__( 'Enable Fullscreen Toggle', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) ); Kirki::add_field( 'arts', array( 'type' => 'checkbox', 'settings' => 'galleries_close_button_enabled', 'label' => esc_html__( 'Enable Close Button', 'rhye' ), 'section' => 'galleries', 'default' => true, 'priority' => $priority++, ) );