$info_one_title, 'content_one' => $info_one_contentone, 'content_two' => $info_one_contenttwo, ); } if( !empty($info_two_title) || !empty($info_two_contentone ) || !empty($info_two_contenttwo) ){ $has_info = true; $info_array['info_two'] = array( 'title' => $info_two_title, 'content_one' => $info_two_contentone, 'content_two' => $info_two_contenttwo, ); } if( !empty( $info_three_title) || !empty($info_three_contentone) || !empty($info_three_contenttwo) ){ $has_info= true; $info_array['info_three'] = array( 'title' => $info_three_title, 'content_one' => $info_three_contentone, 'content_two' => $info_three_contenttwo, ); } if( !get_theme_mod( 'disable_info_section', true ) && $has_info ){ ?>