refactor: redo remaining settings

Note: the already-deprecated `FOOTNOTES_EXPERT_MODE`, `CUSTOM_CSS` and
`CUSTOM_CSS_LEGACY_MODE_ENABLE` settings have been dropped. The original
`CUSTOM_CSS_NEW` setting has been renamed to `CUSTOM_CSS`.
This commit is contained in:
Ben Goldsworthy 2021-08-08 15:01:01 +01:00
parent 08bc338690
commit bdb7dee5ee
16 changed files with 445 additions and 584 deletions

View file

@ -192,7 +192,6 @@ class Core {
require_once plugin_dir_path( __DIR__ ) . 'public/class-general.php';
$this->loader = new Loader();
}
/**
* Define the locale for this plugin for internationalization.