refactor: complete ‘Reference Container’ settings group
This commit is contained in:
parent
a6aa8e7fe2
commit
9b4aa7ba9f
13 changed files with 1521 additions and 989 deletions
|
@ -42,9 +42,12 @@ class GeneralSettingsSection extends SettingsSection {
|
|||
$this->load_dependencies();
|
||||
|
||||
$this->add_settings_groups(get_option( $this->options_group_slug ));
|
||||
|
||||
$this->load_options_group();
|
||||
}
|
||||
|
||||
protected function load_dependencies(): void {
|
||||
require_once plugin_dir_path( __DIR__ ) . 'settings/class-setting.php';
|
||||
require_once plugin_dir_path( __DIR__ ) . 'settings/general/class-reference-container-settings-group.php';
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue