Email_Abstract::get_option_key( string $option )
Get setting option key.
Contents
Parameters
- $option
-
(string) (Required) The option name.
Return
(string)
Source
File: src/Tickets/Emails/Email_Abstract.php
public function get_option_key( $option ): string {
return "tec-tickets-emails-{$this->slug}-{$option}";
}
Changelog
| Version | Description |
|---|---|
| 5.5.10 | Introduced. |