AlkantarClanX12
Current Path : /home/thanudqk/siampokernew.org/wp-content/themes/Siamnew/ |
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') ?>