refactor: complete ‘Reference Container’ settings group
This commit is contained in:
parent
a6aa8e7fe2
commit
9b4aa7ba9f
13 changed files with 1521 additions and 989 deletions
|
@ -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};
|
||||
|
||||
|
|
Reference in a new issue