Link_Abstract::get_slug()

Fetches the slug of this particular instance of the Link.


Return

(string)


Top ↑

Source

File: src/Tribe/Views/V2/iCalendar/Links/Link_Abstract.php

	public static function get_slug() {
		return static::$slug;
	}

Top ↑

Changelog

Changelog
Version Description
5.12.0 Introduced.