Contribute Your Ideas.

Visit GitHub

$current_tab, 'setting sections' => $setting_sections, 'wp_settings_sections' => $wp_settings_sections, 'new_whitelist_options' => $new_whitelist_options, 'wp_settings_fields' => $wp_settings_fields ), 'cc2 slide: dashboard template' );*/ // show tabs for switching to different setting areas if( isset( $setting_sections ) ) { $current_settings_group = false; ?>
> array( 'title' => 'Getting Started', 'sections_slug' => 'cc2_options' ); */ //new __debug( array( 'current_tab' => $current_tab, 'current_settings_group' => $current_settings_group, 'current_class' => $current_class) ); if( !empty($current_settings_group) ) { //new __debug( 'loading settings of ' . $current_settings_group ); wp_nonce_field( 'update-options'); settings_fields( $current_settings_group ); do_settings_sections( $current_settings_group ); } /* if( $active_tab == 'getting-started' ) { wp_nonce_field( 'update-options' ); settings_fields( 'cc2_options' ); do_settings_sections( 'cc2_options' ); } else { wp_nonce_field( 'update-options' ); settings_fields( 'cc2_slider_options' ); do_settings_sections( 'cc2_slider_options' ); } // end if/else */ ?>