Our team section. * * @package business-class */ /** * Exit if accessed directly. */ if ( ! defined( 'ABSPATH' ) ) { exit; } $panel_name = 'front_page'; $section_name = 'pre_footer'; $enable_section = business_class_get_theme_mod( $panel_name, $section_name, 'Enable Section' ); if ( ! $enable_section ) { return; } $social_links_title = business_class_get_theme_mod( $panel_name, $section_name, 'social_links_title' ); $social_links = business_class_get_theme_mod( $panel_name, $section_name, 'social_links' ); ?>