Email_Abstract::get_default_template_context()

Get the default template context.


Return

(string) The email template context.


Top ↑

Source

File: src/Tickets/Emails/Email_Abstract.php

	abstract public function get_default_template_context(): array;

Top ↑

Changelog

Changelog
Version Description
5.5.11 Introduced.