Tribe__Admin__Notice__Marketing::get_bf_2018_start_time()

Unix time for Nov 20 2018 @ 6am UTC. (6am UTC is midnight for TheEventsCalendar.com, which uses the America/Los_Angeles time zone).


Return

(int)


Top ↑

Source

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

	public function get_bf_2018_start_time() {
		/**
		 * Allow filtering of the Black Friday sale start date, mainly for testing purposes.
		 *
		 * @since 4.7.23
		 *
		 * @param int $bf_start_date Unix time for Nov 20 2018 @ 6am UTC.
		 */
		return apply_filters( 'tribe_bf_2018_start_time', 1542693600 );
	}

Top ↑

Changelog

Changelog
Version Description
4.7.23 Introduced.