Tribe__Admin__Notice__Marketing::bf_2018_hook_notice()

Register the Black Friday 2018 notice.

Contents


Source

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

	public function bf_2018_hook_notice() {

		tribe_notice(
			'black-friday-2018',
			array( $this, 'bf_2018_display_notice' ),
			array(
				'type'    => 'warning',
				'dismiss' => 1,
				'wrap'    => false,
			),
			array( $this, 'bf_2018_should_display' )
		);
	}

Top ↑

Changelog

Changelog
Version Description
4.7.23 Introduced.