| 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/ |
Upload File : |
<?php
$priority = 1;
Kirki::add_section(
'ajax_transitions',
array(
'title' => esc_html__( 'AJAX Transitions', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/ajax-transitions' );
Kirki::add_section(
'contact_form_7',
array(
'title' => esc_html__( 'Contact Form 7', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/contact-form-7' );
Kirki::add_section(
'elementor_header_footer_builder',
array(
'title' => esc_html__( 'Elementor Header & Footer Builder', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/elementor-header-footer-builder' );
Kirki::add_section(
'galleries',
array(
'title' => esc_html__( 'Galleries', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/galleries' );
if ( class_exists( 'SitePress' ) || class_exists( 'Polylang' ) || class_exists( 'TRP_Translate_Press' ) ) {
Kirki::add_section(
'multilingual_cms',
array(
'title' => esc_html__( 'Multilingual CMS', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/multilingual-cms' );
}
Kirki::add_section(
'cursor_follower',
array(
'title' => esc_html__( 'Mouse Cursor', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/cursor-follower' );
Kirki::add_section(
'outdated_browsers',
array(
'title' => esc_html__( 'Outdated Browsers', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/outdated-browsers' );
Kirki::add_section(
'performance',
array(
'title' => esc_html__( 'Performance & Lazy Images', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/performance' );
Kirki::add_section(
'preloader',
array(
'title' => esc_html__( 'Preloader', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/preloader' );
Kirki::add_section(
'scroll_down',
array(
'title' => esc_html__( 'Scroll Down', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/scroll-down' );
Kirki::add_section(
'smooth_scroll',
array(
'title' => esc_html__( 'Smooth Scroll', 'rhye' ),
'priority' => $priority ++,
'panel' => 'theme_options',
)
);
get_template_part( '/inc/customizer/panels/theme-options/sections/smooth-scroll' );