save current section
This commit is contained in:
parent
3ab5d9ec49
commit
2350f5e02a
|
@ -180,6 +180,8 @@ if ( ! class_exists( 'WC_Settings_Page', false ) ) :
|
||||||
'label' => html_entity_decode( $section_label ),
|
'label' => html_entity_decode( $section_label ),
|
||||||
'settings' => $section_settings_data,
|
'settings' => $section_settings_data,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$current_section = $saved_current_section;
|
||||||
}
|
}
|
||||||
$pages[ $this->id ] = array(
|
$pages[ $this->id ] = array(
|
||||||
'label' => html_entity_decode( $this->label ),
|
'label' => html_entity_decode( $this->label ),
|
||||||
|
|
Loading…
Reference in New Issue