Tribe__Admin__Notice__Marketing::gutenberg_release_should_display()

Whether the Gutenberg Release notice should display.


Return

(boolean)


Top ↑

Source

File: src/Tribe/Admin/Notice/Marketing.php

	public function gutenberg_release_should_display() {
		return time() < $this->get_gutenberg_release_end_time();
	}

Top ↑

Changelog

Changelog
Version Description
4.7.23 Introduced.