section.php 282 B

12345678910111213
  1. <?php
  2. global $vamtam_theme_customizer;
  3. $thispath = VAMTAM_OPTIONS . 'core/';
  4. $vamtam_theme_customizer->add_section( array(
  5. 'title' => '',
  6. 'description' => '',
  7. 'id' => 'vamtam-core',
  8. 'preexisting' => true,
  9. 'fields' => include $thispath . 'core.php',
  10. ) );