diff --git a/custom-theme-tree.php b/custom-theme-tree.php index 60c7683..a270d0c 100644 --- a/custom-theme-tree.php +++ b/custom-theme-tree.php @@ -7,10 +7,14 @@ * Author URI: https://skycel.me */ +/** + * This file is required for Wordpress plugin system + * If you use composer, you're not concerned + */ + use Skycel\CustomTree\CustomThemeTree; -require_once __DIR__ . "/includes/custom-template.inc.php"; -require_once __DIR__ . "/includes/functions.inc.php"; +require_once __DIR__ . '/src/CustomThemeTree.php'; /** * Loads the custom tree plugin if enabled and properly configured.