| 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/rock-singer/inc/customizer/ |
Upload File : |
<?php /** * Home Page Options. * * @package Rock Singer */ $default = rock_singer_get_default_theme_options(); // Add Panel. $wp_customize->add_panel( 'home_page_panel', array( 'title' => __( 'Home Page Sections', 'rock-singer' ), 'priority' => 100, 'capability' => 'edit_theme_options', ) ); /** * Section Customizer Options. */ require get_template_directory() . '/inc/customizer/home-sections/featured-slider.php'; require get_template_directory() . '/inc/customizer/home-sections/about-us.php'; require get_template_directory() . '/inc/customizer/home-sections/upcoming-events.php'; require get_template_directory() . '/inc/customizer/home-sections/our-gallery.php'; require get_template_directory() . '/inc/customizer/home-sections/blog.php'; require get_template_directory() . '/inc/customizer/home-sections/call-to-action.php';