refactor: complete ‘Reference Container’ settings group

This commit is contained in:
Ben Goldsworthy 2021-05-22 19:31:12 +01:00
parent a6aa8e7fe2
commit 9b4aa7ba9f
13 changed files with 1521 additions and 989 deletions

View file

@ -9,6 +9,8 @@
declare(strict_types=1);
namespace footnotes\general;
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/settings/general/class-reference-container-settings-group.php';
use footnotes\includes\{Footnotes, Convert, Settings};