Notice_Extension::should_display()
Checks all methods required for display.
Return
(bool)
Source
File: src/Tickets/Emails/Admin/Notice_Extension.php
public function should_display(): bool {
return $this->is_valid_screen() && $this->is_extension_active() && tec_tickets_emails_is_enabled();
}
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |