diff --git a/inc/Framework.php b/inc/Framework.php index 376d79f7..21822d8e 100644 --- a/inc/Framework.php +++ b/inc/Framework.php @@ -37,7 +37,6 @@ class Framework { Editor_Patterns::class, Svg::class, Acf::class, - Sidebar::class, Menu::class, // Services as Tools diff --git a/inc/Services/Sidebar.php b/inc/Services/Sidebar.php deleted file mode 100644 index 2f8ffa87..00000000 --- a/inc/Services/Sidebar.php +++ /dev/null @@ -1,36 +0,0 @@ -register_sidebars(); - } - - /** - * @return string - */ - public function get_service_name(): string { - return 'sidebar'; - } - - public function register_sidebars(): void { - - } -}