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