Page::get_page_slug()

Fetches the page slug used.


Return

(string)


Top ↑

Source

File: src/Tribe/Admin/Manager/Page.php

	public function get_page_slug() {
		return $this->page_slug;
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.