Skip to content
Snippets Groups Projects
Verified Commit de695980 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

refactor: remove method, which can be replaced with get_path

parent 4899cf32
No related branches found
No related tags found
3 merge requests!3improve into wp-hook and some additional unfinished things,!21.x,!1Draft: Basic implementation of plugin initializer
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -78,13 +78,6 @@ final class Plugin { ...@@ -78,13 +78,6 @@ final class Plugin {
return $this->basename; return $this->basename;
} }
/**
* Retrieve the plugin directory.
*/
public function get_directory(): string {
return $this->directory;
}
/** /**
* Retrieve the path to a file in the plugin. * Retrieve the path to a file in the plugin.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment