Tribe__Admin__Notice__Marketing::gutenberg_release_should_display()
Whether the Gutenberg Release notice should display.
Return
(boolean)
Source
File: src/Tribe/Admin/Notice/Marketing.php
public function gutenberg_release_should_display() {
return time() < $this->get_gutenberg_release_end_time();
}
Changelog
| Version | Description |
|---|---|
| 4.7.23 | Introduced. |