Tribe__Admin__Activation_Page::is_welcome_page()
Determines if we are currently on the Welcome page.
Return
(bool)
Source
File: src/Tribe/Admin/Activation_Page.php
public function is_welcome_page() {
return isset( $_GET[ $this->welcome_slug ] );
}
Changelog
| Version | Description |
|---|---|
| 4.12.11 | Introduced. |