refactor: use proper dependency tracking

As you can see, there is quite a tangled web of dependency
in this project, which is something to look at later.

Fix #33
This commit is contained in:
Ben Goldsworthy 2021-04-26 09:39:41 +01:00
parent 42b4fa03d3
commit cd0c6bc295
11 changed files with 46 additions and 44 deletions

View file

@ -40,6 +40,12 @@
* @since 2.5.0 Shortcode syntax validation: add more information around the setting, thanks to @andreasra
* @link https://wordpress.org/support/topic/warning-unbalanced-footnote-start-tag-short-code-before/
*/
require_once dirname( __FILE__, 2) . '/config.php';
require_once dirname( __FILE__, 2) . '/convert.php';
require_once dirname( __FILE__, 2) . '/settings.php';
require_once dirname( __FILE__, 2) . '/template.php';
require_once dirname( __FILE__ ) . '/layout.php';
/**
* Displays and handles all Settings of the Plugin.