AlkantarClanX12

Your IP : 18.188.219.131


Current Path : /home/thanudqk/siampokernew.org/wp-content/themes/Siamnew/
Upload File :
Current File : /home/thanudqk/siampokernew.org/wp-content/themes/Siamnew/customizer.php

<?php


function theme_customizer_function($wp_customize){
    $wp_customize->add_panel('landing_panel', array(

        'title' => 'Slider Section',
        'priority' => 10,
        'capability' => 'edit_theme_options',
    ));

    $wp_customize->add_section()
}

add action ('customize_theme', 'theme_customizer_function')

?>