diff --git a/includes/controller/class-dipo-podcast-post-type.php b/includes/controller/class-dipo-podcast-post-type.php index 21c382d..afb6f73 100644 --- a/includes/controller/class-dipo-podcast-post-type.php +++ b/includes/controller/class-dipo-podcast-post-type.php @@ -37,7 +37,6 @@ public function __construct() { $this->textdomain = $this->properties->get( 'textdomain' ); $this->register_podcast_hooks(); - $this->include_dependencies(); } // END public function __construct() @@ -703,7 +702,4 @@ public function get_all_shows( $all_shows ) { return $shows; } - private function include_dependencies() { - require_once __DIR__ . '/../libraries/simple-term-meta.php'; - } } // END class Dipo_Podcast_Post_Type