Tribe__Admin__Notice__Marketing::get_bf_2018_end_time()
Unix time for Nov 26 2018 @ 6am UTC. (6am UTC is midnight for TheEventsCalendar.com, which uses the America/Los_Angeles time zone).
Return
(int)
Source
File: src/Tribe/Admin/Notice/Marketing.php
public function get_bf_2018_end_time() {
/**
* Allow filtering of the Black Friday sale end date, mainly for testing purposes.
*
* @since 4.7.23
*
* @param int $bf_end_date Unix time for Nov 20 2018 @ 6am UTC.
*/
return apply_filters( 'tribe_bf_2018_end_time', 1543212000 );
}
Changelog
| Version | Description |
|---|---|
| 4.7.23 | Introduced. |