manager->get_setting( 'theme_options[disable_header_background_section]' )->value() == true ) { return true; }else{ return false; } } function blogtour_about_active( $control ) { if( $control->manager->get_setting( 'theme_options[disable_about_section]' )->value() == true ) { return true; }else{ return false; } } function blogtour_popular_active( $control ) { if( $control->manager->get_setting( 'theme_options[disable_popular_section]' )->value() == true ) { return true; }else{ return false; } } function blogtour_slider_active( $control ) { if( $control->manager->get_setting( 'theme_options[disable_featured-slider_section]' )->value() == true ) { return true; }else{ return false; } }