Marketing::hook()

Register marketing notices.

Contents


Source

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

	public function hook() {
		tribe_notice(
			'tribe-events-upcoming-survey',
			[ $this, 'notice' ],
			[
				'dismiss' => 1,
				'type'    => 'info',
				'wrap'    => 'p',
			],
			[ $this, 'should_display' ]
		);
	}

Top ↑

Changelog

Changelog
Version Description
5.1.5 - add Virtual Events Notice.
4.6.17 Introduced.