diff --git a/custom-post-types-taxonomies.php b/custom-post-types-taxonomies.php index d7f37fa..9656c32 100644 --- a/custom-post-types-taxonomies.php +++ b/custom-post-types-taxonomies.php @@ -67,8 +67,7 @@ function bootstrap_plugin(): void { $container = $container_builder->build(); Plugin_Factory::create( $container ) - ->boot() - ->init(); + ->boot(); } try {