Date_Based::hook_notice()

Register the notice.

Contents


Source

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

	public function hook_notice() {
		tribe_notice(
			$this->slug,
			[ $this, "display_notice" ],
			[
				'type'     => 'tribe-banner',
				'dismiss'  => 1,
				'priority' => -1,
				'wrap'     => false,
			],
			[ $this, "should_display" ]
		);
	}

Top ↑

Changelog

Changelog
Version Description
4.14.2 Introduced.