Tribe__Admin__Notice__Marketing::black_friday_hook_notice()

Register the Black Friday notice.

Contents


Source

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

	public function black_friday_hook_notice() {

		tribe_notice(
			'black-friday',
			[ $this, 'black_friday_display_notice' ],
			[
				'type'     => 'tribe-banner',
				'dismiss'  => 1,
				'priority' => -1,
				'wrap'     => false,
			],
			[ $this, 'black_friday_should_display' ]
		);
	}

Top ↑

Changelog

Changelog
Version Description
4.12.14 Introduced.