get_settings_fields_option_group() );
do_settings_sections( $active_tab->get_page_name() );
if ( $active_tab->has_submit_button() ) {
if ( $active_tab->get_name() === 'jetpack' ) {
if ( $jetpack_enabled ) {
submit_button();
}
} else {
submit_button();
}
}
?>