'hero', 'featured' => 'featured-images', 'newarrival' => 'newarrival', 'product_category' => 'collection', 'bestseller' => 'bestseller', 'product_category_grid' => 'collection-grid', 'values' => 'proposition', ); $enabled_section = array(); foreach ( $acoustics_sections as $section => $block ): if( get_theme_mod( 'acoustics_'.$section.'_section_enable' , false ) ){ $enabled_section[] = array( 'section' => $section, 'parts' => $block ); } endforeach; return $enabled_section; } } if( ! function_exists( 'acoustics_footer_social' ) ): function acoustics_footer_social() { $acoustics_twitter_link = get_theme_mod( 'acoustics_twitter_url', '' ); $acoustics_facebook_link = get_theme_mod( 'acoustics_facebook_url', '' ); $acoustics_linkedin_link = get_theme_mod( 'acoustics_linkedin_url', '' ); $acoustics_instagram_link = get_theme_mod( 'acoustics_instagram_url', '' ); $acoustics_pinterest_link = get_theme_mod( 'acoustics_pinterest_url', '' ); $acoustics_youtube_link = get_theme_mod( 'acoustics_youtube_url', '' ); $classes = 'round-icon'; ?>