Notice_Extension::hook()

Register upgrade notice for Tickets Emails.

Contents


Source

File: src/Tickets/Emails/Admin/Notice_Extension.php

	public function hook(): void {
		tribe_notice(
			'tickets-emails-has-extension',
			[ $this, 'notice' ],
			[
				'dismiss' => 1,
				'type'    => 'warning',
				'wrap'    => 'p',
			],
			[ $this, 'should_display' ]
		);
	}

Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.