PUE::get_slug()
Get the PUE slug for this plugin.
Return
(string) PUE slug.
Source
File: src/Tribe/PUE.php
public static function get_slug() { return static::$pue_slug; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Get the PUE slug for this plugin.
(string) PUE slug.
File: src/Tribe/PUE.php
public static function get_slug() { return static::$pue_slug; }
Version | Description |
---|---|
1.0.0 | Introduced. |