diff --git a/plugin-name/trunk/includes/class-plugin-name.php b/plugin-name/trunk/includes/class-plugin-name.php index fe6bd73..ee83daa 100644 --- a/plugin-name/trunk/includes/class-plugin-name.php +++ b/plugin-name/trunk/includes/class-plugin-name.php @@ -37,6 +37,10 @@ class Plugin_Name { $this->loader->run(); } + public function get_plugin_slug() { + return $this->plugin_slug; + } + /** * This class is used to define common functionality that exists between * both the dashboard and the public-facing side of the website. Think