Notice_Extension::hook()
Register upgrade notice for Tickets Emails.
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' ]
);
}
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |