Link_Abstract::get_slug()
Fetches the slug of this particular instance of the Link.
Return
(string)
Source
File: src/Tribe/Views/V2/iCalendar/Links/Link_Abstract.php
public static function get_slug() {
return static::$slug;
}
Changelog
| Version | Description |
|---|---|
| 5.12.0 | Introduced. |