Page::get_page_slug()
Fetches the page slug used.
Return
(string)
Source
File: src/Tribe/Admin/Manager/Page.php
public function get_page_slug() {
return $this->page_slug;
}
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |
Fetches the page slug used.
(string)
File: src/Tribe/Admin/Manager/Page.php
public function get_page_slug() {
return $this->page_slug;
}
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |