manager->get_setting( 'theme_options[enable_featured_slider_section]' )->value() == true ) { return true; }else{ return false; } } function business_carter_about_us_active( $control ) { if( $control->manager->get_setting( 'theme_options[enable_about_us_section]' )->value() == true ) { return true; }else{ return false; } } function business_carter_choose_us_active( $control ) { if( $control->manager->get_setting( 'theme_options[enable_choose_us_section]' )->value() == true ) { return true; }else{ return false; } } function business_carter_our_services_active( $control ) { if( $control->manager->get_setting( 'theme_options[enable_our_services_section]' )->value() == true ) { return true; }else{ return false; } } function business_carter_call_to_action_active( $control ) { if( $control->manager->get_setting( 'theme_options[enable_call_to_action_section]' )->value() == true ) { return true; }else{ return false; } } function business_carter_blog_active( $control ) { if( $control->manager->get_setting( 'theme_options[enable_blog_section]' )->value() == true ) { return true; }else{ return false; } }