Marketing::should_display()


Return

(bool)


Top ↑

Source

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

	public function should_display() {
		/** @var Tribe__Admin__Helpers $admin_helpers */
		$admin_helpers = tribe( 'admin.helpers' );

		return ( $admin_helpers->is_screen() || $admin_helpers->is_post_type_screen() )
			&& date_create()->format( 'Y-m-d' ) < '2018-06-08';
	}

Top ↑

Changelog

Changelog
Version Description
4.6.17 Introduced.