add_panel( 'admire_blog_frontpage_panel', array( 'title' => esc_html__( 'Frontpage Sections', 'admire-blog' ), 'priority' => 140, ) ); $customizer_settings = array( 'flash-posts', 'banner' ); foreach ( $customizer_settings as $customizer ) { require get_template_directory() . '/inc/customizer-settings/frontpage-customizer/' . $customizer . '.php'; }