PUE::get_slug()

Get the PUE slug for this plugin.


Return

(string) PUE slug.


Top ↑

Source

File: src/Tribe/PUE.php

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

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.