add_panel( 'blogic_theme_options_panel', array( 'title' => esc_html__( 'Theme Options', 'blogic' ), 'priority' => 150, ) ); $theme_options_customizer = array( 'breadcrumb', 'archive-options', 'sidebar-layout', 'pagination', 'single-post', 'footer', 'back-to-top' ); foreach ( $theme_options_customizer as $customizer ) { require get_template_directory() . '/inc/customizer/theme-options/' . $customizer . '.php'; }