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
......@@ -78,13 +78,6 @@ final class Plugin {
return $this->basename;
}
/**
* Retrieve the plugin directory.
*/
public function get_directory(): string {
return $this->directory;
}
/**
* 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