add_panel( 'adore_news_frontpage_panel', array( 'title' => esc_html__( 'Frontpage Sections', 'adore-news' ), 'priority' => 140, ) ); $customizer_settings = array( 'breaking-news', 'banner', 'posts-grid', 'subscription' ); foreach ( $customizer_settings as $customizer ) { require get_template_directory() . '/inc/customizer/frontpage-customizer/' . $customizer . '.php'; }