Marketing::should_display()
Return
(bool)
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';
}
Changelog
| Version | Description |
|---|---|
| 4.6.17 | Introduced. |